Ticket #6254 (new defect)
AccordionContainer: disappears in FF if add onMouseOver handler to title bar
| Reported by: | guest | Owned by: | peller |
|---|---|---|---|
| Priority: | low | Milestone: | 1.5 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | Shamshudein_K@… |
Description
This defect is similar to http://trac.dojotoolkit.org/ticket/4639. Even though the issue says it is fixed in 1.0, the problem persists. When we add onmouseover event to accordioncontainer, the panes disappear when we move the mouse fast in Firefox 2.0.0.12. It works perfectly in IE7. Code Added in accordioncontainer to recreate the defect was
<div class='dijitAccordionPane'
><div dojoAttachPoint='titleNode,focusNode' dojoAttachEvent='ondijitclick:_onTitleClick,onmouseover:_onTitleClick,onkeypress:_onTitleKeyPress,onfocus:_handleFocus,onblur:_handleFocus'
class='dijitAccordionTitle' wairole="tab" >
After adding this code, please run dijit/tests/layout/test_AccordionContainer.html and move the mouse on the accordion unit here and there so fast.
Please help me in resolving this issue.