Opened 11 years ago
Closed 10 years ago
#11180 closed defect (fixed)
TabContainer: IE8 high contrast closeable tabs too tall
Reported by: | haysmark | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
You should also be able to see this in a11y mode:
In the Closable tab in the upper left, the x character rendered in place of the usual x icon is too big, so the Closable tab is taller than the others. This only affects IE8 high contrast.
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Status: | new → assigned |
Summary: | IE8 high contrast closeable tabs too big → TabContainer: IE8 high contrast closeable tabs too tall |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I do see that, and it's not surprising it happens, since the [x] has a border, thus increasing it's height. That's from my change in [22187], I'll do something without a border, although that will lose the close button hover effect in high contrast mode (not that most things have a hover effect in high contrast mode).