#4609 closed defect (fixed)
dijit.layout.TabContainer close icon disappears
Reported by: | dante | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
when you hover a close icon, the node disappears, shifting layout, and other weirdness. cannot close tabs. see dijit/tests/layout/test_TabContainer.html
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
(In [10706]) Refactor setStateClass() related code so that:
Fixes #4609, #4211, and I suppose it also allows the user to affect styling by specifying baseClass=foo in markup. Well, that was working before for most of the form widgets but I guess now it works for all of them.