[wp-trac] [WordPress Trac] #27761: Quick Draft crashes in IE8
WordPress Trac
noreply at wordpress.org
Sat Apr 12 23:49:48 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:
----------------------------+--------------------
Comment (by azaozz):
Replying to [comment:10 nacin]:
Either way works :) 27761.2.diff fixes the IE8 crash, 27761.3.diff removes
the autoresize for IE < 9.
To fix IE9 scrollbars perhaps we can increase the size adjustment a bit:
{{{
cloneHeight = clone.css('width',
$this.css('width')).text(textareaContent).outerHeight() + 2;
}}}
That `+ 2` at the end can probably be + 5 or even + 10. Don't have native
IE9 at the moment to test with.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27761#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list