Changes between Initial Version and Version 1 of Ticket #34451, comment 8
- Timestamp:
- 10/31/2015 10:34:20 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34451, comment 8
initial v1 1 1 [attachment:34451.3.diff] is an updated patch as per [comment:5 the above comment]. Slightly changed the JS in `wp-embed.js` to correctly remove the security attribute when in Internet Explorer. Tested with IE10+. 2 3 To clarify my "The editor preview seems to be broken" note from above: It's because of the need for `window.addEventListener( 'load', onLoad, false );` as well as `document.addEventListener( 'DOMContentLoaded', onLoad, false );`, which that ticket addresses.