#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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0.1 |
| Component: | Editor | Version: | 4.0 |
| Severity: | normal | Keywords: | fixed-major commit |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Running another
editor.execCommand( 'wpAutoResize' );after resizing fixes it.