Opened 9 years ago
Closed 8 years ago
#14111 closed defect (wontfix)
hovering a dropdown causes mouseout event on anchor widget
Reported by: | ngjaying | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Dijit | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The month dropdown list should be part of the calendar. So when the mouse hover on the month dropdown list, the mouse out event should not be triggered.
Change History (4)
comment:1 Changed 9 years ago by
Component: | General → Dijit |
---|---|
Summary: | Dijit.calendar mouseout event is triggerred when click the month drop down → Calendar: mouseout event is triggerred when click the month drop down |
comment:2 Changed 9 years ago by
Milestone: | tbd → future |
---|---|
Summary: | Calendar: mouseout event is triggerred when click the month drop down → hovering a dropdown causes mouseout event on anchor widget |
I'll assume you are talking about hovering the month drop down. Since it's attached directly to <body> I guess that would cause a mouseout event on the Calendar. That's a general issue with all drop downs.
comment:3 Changed 8 years ago by
Priority: | high → low |
---|
comment:4 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Are you talking about clicking the month drop down, as you wrote in the ticket summary, or hovering the month drop down, as you wrote in the description?