[wp-trac] [WordPress Trac] #22446: Insert Media modal: IE 7, 8, and 9 issues
WordPress Trac
noreply at wordpress.org
Tue Nov 27 16:08:00 UTC 2012
#22446: Insert Media modal: IE 7, 8, and 9 issues
-------------------------------+-----------------------
Reporter: SergeyBiryukov | Owner: ocean90
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 3.5
Component: Media | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch audit |
-------------------------------+-----------------------
Comment (by SergeyBiryukov):
Replying to [comment:34 lessbloat]:
> I'm not really sure the best place to stick this code
We could probably add `ie9` class to `<html>` element in
`_wp_admin_html_begin()`, like we do for IE 8.
Looks like IE 10 indeed doesn't support conditional comments. Perhaps we
could use JS feature detection (as suggested in the
[http://stackoverflow.com/questions/9900311/how-do-i-target-only-ie10-for-
certain-situations/9900331#9900331 related thread] on Stack Overflow) to
add `ie10` class to `<html>`.
The CSS would then go to `media-views.css`.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22446#comment:36>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list