Opened 13 years ago
Closed 13 years ago
#7023 closed defect (duplicate)
[ColorPallette] No hover indication in Safari 3
Reported by: | dante | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
All the other browsers display a black box around the hovered color, Safari 3.1 (OSX) does not.
Note: See
TracTickets for help on using
tickets.
ColorPalette? defers the black box until the hovered color gets keyboard focus. But in Safari, they aren't allowed to have keyboard focus since they are just spans and not form elements. Maybe we could also use the mouse listeners to set/remove the box? Kind of like the ComboBox? menu.