-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 4.0, 4.0.1
-
Component/s: Dashboard & Gadgets
-
4
This issue seems to be related to the use of the jquery live "mousedown" event. As far as I know this event is used in AJS dropdowns, JIRA dropdown manager (injected via parent window) and JIRA isDirty form notifier.
The code below rectifies the problem.
jQuery("#gadget-{ID OF GADGET HERE").get(0).contentWindow.jQuery("*").die("mousedown");
- is incorporated by
-
JRASERVER-20428 Left or Right Clicking on a Dashboard with ~30 gadgets causes Firefox to issue slow script warning.
-
- Closed
-
-
JRASERVER-20429 There is a noticible delay when Left or Right Clicking on a Dashboard with ~30 gadgets.
-
- Closed
-