Opened 13 years ago
Closed 11 years ago
#6254 closed defect (fixed)
AccordionContainer: disappears in FF if add onMouseOver handler to title bar
Reported by: | guest | Owned by: | Adam Peller |
---|---|---|---|
Priority: | low | Milestone: | 1.3.2 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description (last modified by )
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.
Attachments (2)
Change History (8)
Changed 13 years ago by
Attachment: | AccordionContainer.js added |
---|
Changed 13 years ago by
Attachment: | ShamTest.html added |
---|
comment:1 Changed 13 years ago by
Owner: | set to Adam Peller |
---|
comment:2 Changed 13 years ago by
Milestone: | → 1.4 |
---|---|
Priority: | highest → low |
severity: | critical → normal |
Summary: | Accordion disappear in Firefox when using MouseOver → AccordionContainer: disappears in FF if add onMouseOver handler to title bar |
comment:3 Changed 12 years ago by
Milestone: | 1.4 → 1.5 |
---|
comment:4 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.5 → future |
comment:5 Changed 11 years ago by
Milestone: | future → 1.3.2 |
---|
I think this is fixed in 1.3 with the Accordion refactor. The AccordionPane? was deprecated starting with 1.3. I added onmouseover:_onTitleClick to the new widget AccordionButton?'s template and the panes no longer disappear on fast mouse movement over the title bars.
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
bumping 1.4 tickets to 1.5, and most 1.3 tickets to 1.4