You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hey everybody,
Recently I've stumbled in an issue with one of our plugins. We were getting this wierd error when using a Jira with a smaller window.
Error happens when windows forces Jira UI to collapse some menus under "More" and on mouse over a given websection, it would throw a JS error.
Uncaught TypeError: Cannot read property '_state' of null
with it's source in
module-key = 'com.atlassian.auiplugin:internal-@atlassian-aui-src-js-aui-internal-state
The reason why is that it should find the aui-dropdown menu for this websection, but it does not render, if the key contains something like "my.plugin.web-section".
But it properly renders if key is set as "my-plugin-web-section".
No errors occur if the window is wide enough for the menu item be presented individually.
Is there some documentation for best practices on this, or have I hit a bug?
Thanks Matt,
Your link is broken for me though =]