Opened 11 years ago
Closed 11 years ago
#10747 closed defect (fixed)
IE: RTL: TimePicker hover problems
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run test_TimeTextbox.html?dir=rtl&locale=ar in IE.
Click to focus the first textbox and hover over the menu items.
Several bad things happen:
1) hovering over the items with text labels causes flickering
2) hovering over the left edge sometimes doesn't not activate the hover effect
3) hovering over the left edge sometimes causes the am/pm symbol to display but not the time text.
Note: See
TracTickets for help on using
tickets.
(In [21356]) Fixes #10747. IE needs width:100% on the menu items in RTL mode in order to properly trigger the mouseout/over events. Also, adding border-top:1px in IE on hover causes a mouseout/over event storm.