#16110 closed defect (fixed)
IE10: we need to add dj_ie10 to facilitate CSS selector issues
Reported by: | Douglas Hays | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.6.2 |
Component: | Core | Version: | 1.8.0 |
Keywords: | ie10 | Cc: | Colin Snover, Kenneth G. Franqueiro |
Blocked By: | Blocking: |
Description
IE10 is supposed to be released very soon. Currently we're not adding a browser version specific class for that browser in uacss.js. We might want to do this for 1.8.1 as well so that any CSS rendering issues can have workarounds.
Attachments (1)
Change History (11)
comment:1 Changed 8 years ago by
Cc: | Colin Snover added |
---|
comment:2 Changed 8 years ago by
Cc: | Kenneth G. Franqueiro bill added |
---|
maybe something more generic would be appropriate to enable forward compatibility, something like:
!!ie && classes["dj_ie" + maj(ie)] = true;
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
The patch looks good. Hopefully dijit will be OK but I was thinking the dj_ie10 is as important to web authors trying to do custom styling.
comment:5 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
OK, I'll check into trunk and we can backport later if necessary. Maybe we'll backport all the IE10 changes together since I think we committed to support back to many previous releases.
comment:6 Changed 8 years ago by
Owner: | set to bill |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In [29787]:
comment:5 Changed 8 years ago by
Cc: | bill removed |
---|---|
Keywords: | ie10 added |
Milestone: | 1.9 → 1.7.5 |
comment:7 Changed 8 years ago by
Milestone: | 1.7.5 → 1.6.2 |
---|
1.7.x as well?