Opened 3 years ago
Closed 3 years ago
#13064 closed defect (bug) (fixed)
Wordpress Post Editor is resizeable horizontally
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | General | Version: | 2.9.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Log in to word press, select New Post, then drag the bottom right corner of the textarea field horizontally. Obviously, it was never meant to extend beyond where it is initially.
A simple piece of CSS, "resize: vertical;" should do the trick.
Change History (4)
WordPress instructs TinyMCE to not resize like that.
I know my plugin "Remove Max Width" (for the 2.5 admin screen) enabled it, and i've seen some people still running it on 2.9, Could it be a plugin causing it?
- Keywords reporter-feedback removed
- Milestone changed from Unassigned to 3.0
I'm pretty sure this is a webkit thing. It's not TinyMCE, it's in HTML view in Chrome.
comment:4
automattor — 3 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

WP 3.0 beta works correctly in Firefox.
What browser are you using?