Opened 11 years ago
Closed 11 years ago
#25036 closed defect (bug) (fixed)
Twenty Fourteen: Ensure old versions of Internet Explorer degrade gracefully
Reported by: | taupecat | Owned by: | |
---|---|---|---|
Milestone: | 3.8 | Priority: | low |
Severity: | normal | Version: | 3.8 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
For reference: http://imgur.com/csAaU10
Attachments (1)
Change History (10)
#2
@
11 years ago
- Milestone changed from Awaiting Review to 3.8
- Summary changed from Twenty Fourteen: IE7 Discussion and Fixes to Twenty Fourteen: ensure IE7 degrades gracefully
Let's leave this one open until we have the basic usability fixes done.
#4
@
11 years ago
Still keeping an eye on this, but going to wait a bit more until we have more CSS changes done. Then we can re-test in older IE versions.
#5
@
11 years ago
- Summary changed from Twenty Fourteen: ensure IE7 degrades gracefully to Twenty Fourteen: Ensure old versions of Internet Explorer degrade gracefully
Attached a style patch for old IEs (previous to IE9)
#6
follow-up:
↓ 8
@
11 years ago
Patch looks good, only problem I saw was in ie.css two case of padding: auto;
which should be padding: 0;
since "auto" isn't a valid value there.
#8
in reply to:
↑ 6
@
11 years ago
Replying to lancewillett:
Patch looks good, only problem I saw was in ie.css two case of
padding: auto;
which should bepadding: 0;
since "auto" isn't a valid value there.
Oops. Thank you for spotting and fixing the errors!
Note: See
TracTickets for help on using
tickets.
Per lancewillett in the Twenty Fourteen office hours today:
Meaning:
Officially, we're going to support IE8+ only. However, visitors coming to Twenty Fourteen in IE7 should see more than just a blank page. This pulls us a little away from WP's core support of IE7 & up, but the task of fixing every IE7 bug in a theme is more onerous and time-consuming than core functionality.
Bugs marked as "IE7" will mostly likely be stamped with "wontfix", however if the reporter also supplies a suggested patch, then that can be tested and applied.
Periodically, checks will be made on IE7 to make sure we're not getting White Screen of Death situations (which we shouldn't anyways), but that will be the extent of our support during the development process.