Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32197, comment 18


Ignore:
Timestamp:
04/30/2015 08:25:57 PM (10 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32197, comment 18

    initial v1  
    1 Still feels somewhat slow for long posts. Caused by the (unnoticeable) scrolling on every keyup (input).
     1Still feels somewhat slow for long posts. Caused by the (unnoticeable) scrolling on every keyup (input), as we reduce the textarea height to about 100px then immediately set it to ~3000px.
    22
    3332197.3.patch: look at the textEditor.value.length before attempting to reduce the height. That makes it quite faster for very long posts.