#29952 closed defect (bug) (fixed)
When editor-expand is active and the window is resized, the end of a longer post may become inaccessible
Reported by: | azaozz | Owned by: | nacin |
---|---|---|---|
Milestone: | 4.0.1 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Editor | Keywords: | fixed-major commit |
Focuses: | Cc: |
Description
Can happen when the window is resized so that the editor body is narrower than the max-width set by the theme.
Attachments (1)
Change History (7)
#3
@
10 years ago
The above patch ports r29886 over to the 4.0 branch. I tested in FF 31, Chome 40 ,38 and 36 and it fixes the identified issue.
This is ready for merge.
Note: See
TracTickets for help on using
tickets.
Running another
editor.execCommand( 'wpAutoResize' );
after resizing fixes it.