Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#13064 closed defect (bug) (fixed)

Wordpress Post Editor is resizeable horizontally

Reported by: nomulous's profile nomulous Owned by:
Milestone: 3.0 Priority: normal
Severity: normal Version: 2.9.2
Component: General Keywords:
Focuses: 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)

#1 @scribu
15 years ago

  • Keywords reporter-feedback added

WP 3.0 beta works correctly in Firefox.

What browser are you using?

#2 @dd32
15 years ago

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?

#3 @nacin
15 years ago

  • 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.

#4 @automattor
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [14220]) Prevent HTML editor from being resized horizontally. props nomulous, fixes #13064

Note: See TracTickets for help on using tickets.