Ticket #6254 (new defect)

Opened 8 months ago

Last modified 31 hours ago

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.

Attachments

AccordionContainer.js (6.8 kB) - added by guest 8 months ago.
ShamTest.html (2.6 kB) - added by guest 8 months ago.

Change History

Changed 8 months ago by guest

Changed 8 months ago by guest

Changed 8 months ago by doughays

  • owner set to peller

Changed 8 months ago by bill

  • priority changed from highest to low
  • summary changed from Accordion disappear in Firefox when using MouseOver to AccordionContainer: disappears in FF if add onMouseOver handler to title bar
  • severity changed from critical to normal
  • milestone set to 1.4

Changed 31 hours ago by bill

  • milestone changed from 1.4 to 1.5

bumping 1.4 tickets to 1.5, and most 1.3 tickets to 1.4

Note: See TracTickets for help on using tickets.