Opened 14 years ago
Closed 12 years ago
#8244 closed defect (fixed)
TabContainer: no hover effect over close icon for nihilo/soria
Reported by: | bill | Owned by: | nonken |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The color of the close icon doesn't change when you hover over it.
The color of the tab *does* change.
Should be the opposite.
Change History (6)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Cc: | bill added |
---|---|
Owner: | set to nonken |
comment:3 Changed 14 years ago by
Cc: | bill removed |
---|
comment:4 Changed 13 years ago by
Milestone: | 1.3 → 1.4 |
---|
comment:5 Changed 13 years ago by
Milestone: | 1.4 → 1.5 |
---|
comment:6 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This has been fixed by the _CssStateMixin refactoring where we are now applying the class change directly to the close button, rather than to the tab domNode itself.