#26445 closed defect (bug) (fixed)
IE 8: Customizer doesn't work with Twenty Fourteen
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | highest omg bbq |
Severity: | blocker | Version: | 3.8 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
Error Message:
HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Zeile: 0
Zeichen: 0
Code: 0
URI: http://trunk.wp.dev/wp-admin/customize.php?theme=twentyfourteen
IE Version 8.0.7600.16385
Attachments (1)
Change History (7)
#1
@
12 years ago
- Component changed from Administration to Bundled Theme
- Milestone changed from Awaiting Review to 3.8
- Priority changed from normal to high
- Severity changed from normal to blocker
#4
@
12 years ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 26706:
#6
@
12 years ago
Broken in [26332], also see http://core.trac.wordpress.org/ticket/25946#comment:17
Note: See
TracTickets for help on using
tickets.
26445.patch — the lack of waiting for DOM ready being the issue here.
Using
$(document).ready( function() {
is probably a bit more common and obvious. It is this pattern that the current closure was probably mistaken for.