Opened 9 years ago
Closed 5 years ago
#13554 closed defect (patchwelcome)
dojo.css breaks IE8 text size changes
Reported by: | Douglas Hays | Owned by: | mikeb |
---|---|---|---|
Priority: | high | Milestone: | 1.11 |
Component: | a11y - review | Version: | 1.6.1 |
Keywords: | a11y, ie8, css | Cc: | |
Blocked By: | Blocking: |
Description
dojo.css contains *font-size: 75% which works great on IE6 and 7 but the * trick does not work on IE8. As a result, dojo.css prevents IE8 text size changes (smallest to largest). This affects a11y. If you replace
*font-size: 75%;
with
font-size:75%\9;
(interpreted to be IE6,7,8) then everything seems to work. But it may be too hackish to consider.
Change History (3)
comment:2 Changed 9 years ago by
Owner: | changed from Becky Gibson to mikeb |
---|---|
Status: | new → assigned |
comment:3 Changed 5 years ago by
Cc: | itorrey nonken Becky Gibson removed |
---|---|
Milestone: | tbd → 1.11 |
Resolution: | → patchwelcome |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Given the lack of activity on this one, I'm closing it out as patchwelcome.