Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #29307, comment 8


Ignore:
Timestamp:
08/26/2014 04:53:15 PM (11 years ago)
Author:
iseulde
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29307, comment 8

    v1 v2  
    11We should be able to fix this. It's not the wpautoresize plugin doing this. That one only resizes the editor once: `console.log( resizeHeight, oldSize );` where resizeHeight = 300 and oldSize = 0 (not the actual old size but previously stored resizeHeight, which is 0 the first time).
    22
    3 For me, when I go to the new post screen, the editor resizes from small -> big -> small -> big -> small. (And wpautoresize only hits once here.) Removing the height from the textarea gives me: supersmall -> small -> big -> small. (small = 300px). So there's something else resizing the editor.
     3For me, when I go to the new post screen, the editor resizes from big -> normal -> big -> normal. (And wpautoresize only hits once here.) Removing the height from the textarea gives me: supersmall -> normal -> big -> normal. (normal = 300px). So there's something else resizing the editor.