Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#19177 closed defect (bug) (fixed)

Resize handle for wp_editor improperly positioned

Reported by: jakemgold's profile jakemgold Owned by: jakemgold's profile jakemgold
Milestone: 3.3 Priority: normal
Severity: trivial Version: 3.3
Component: Editor Keywords: has-patch
Focuses: Cc:

Description

The resize handle on the bottom right corner of the editor generated by the new wp_editor() is incorrectly positioned too low. This is appropriate only for the "primary" post editor, where it gets positioned within the character count box.

Pulling this out of ticket 19173.

Attachments (1)

mceresize_pos.patch (744 bytes) - added by jakemgold 14 years ago.
CSS only sets top: -22px inside of primary editor; also changed default iframe background color to white (fff) from transparent, for better behavior (this can still be overridden by editor styles)

Download all attachments as: .zip

Change History (4)

#1 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.3

I noticed this as well.

@jakemgold
14 years ago

CSS only sets top: -22px inside of primary editor; also changed default iframe background color to white (fff) from transparent, for better behavior (this can still be overridden by editor styles)

#2 @jakemgold
14 years ago

  • Keywords has-patch added

#3 @nacin
14 years ago

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

In [19191]:

Correct the position of the resizer for the visual editor (not the main editor). props jakemgold, fixes #19177.

Note: See TracTickets for help on using tickets.