Changes between Version 1 and Version 2 of Ticket #29307, comment 8
- Timestamp:
- 08/26/2014 04:53:15 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29307, comment 8
v1 v2 1 1 We 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). 2 2 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.3 For 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.