WordPress.org

Make WordPress Core

#20402 closed defect (bug) (fixed)

Tab Alignment in WPEditImage TinyMCE popup

Reported by: trepmal Owned by: nacin
Priority: normal Milestone: 3.4
Component: UI Version:
Severity: trivial Keywords: has-patch commit
Cc:

Description

When editing an inserted image, the Edit Image / Advanced Settings tabs are off by 1 pixel in Chrome.

http://cl.ly/Fhhs/tab-alignment.png

Patch changes height of parent container from ems to pixels - which fixes the offset in Chrome, and looks good in Firefox and IE9.

Attachments (1)

editimage.css.diff (495 bytes) - added by trepmal 15 months ago.

Download all attachments as: .zip

Change History (3)

trepmal15 months ago

comment:1 SergeyBiryukov15 months ago

  • Component changed from General to UI
  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.4

Tested the change in Firefox 11, Chrome 18, IE 8, Opera 11.62, Safari 5.1.5. Looks good everywhere.

comment:2 nacin14 months ago

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

In [20597]:

Move to pixels to avoid off-by-one rendering in Chrome. props trepmal. fixes #20402.

Note: See TracTickets for help on using tickets.