[wp-trac] [WordPress Trac] #27761: Quick Draft crashes in IE8
WordPress Trac
noreply at wordpress.org
Fri Apr 11 17:52:27 UTC 2014
#27761: Quick Draft crashes in IE8
----------------------------+--------------------
Reporter: SergeyBiryukov | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 3.9
Component: Administration | Version: trunk
Severity: critical | Resolution:
Keywords: has-patch | Focuses:
----------------------------+--------------------
Changes (by morganestes):
* keywords: => has-patch
Comment:
I was able to narrow this down to `autoResizeTextarea()` watching for
`onpropertychange` to fire (along with `focus` and `input`). Having that
in there consistently crashes IE8 on XP in my testing.
Two options are to either remove the call to `autoResizeTextarea()` inside
`quickPressLoad()`, or to remove `propertychange` from the `jQuery.on()`
call, which is what I opted to do here.
This change allows me to successfully create a Quick Draft in IE8 without
any crashes, and this function is only used one time in this instance.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27761#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list