Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20402 closed defect (bug) (fixed)

Tab Alignment in WPEditImage TinyMCE popup

Reported by: trepmal's profile trepmal Owned by: nacin's profile nacin
Milestone: 3.4 Priority: normal
Severity: trivial Version:
Component: UI Keywords: has-patch commit
Focuses: 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 13 years ago.

Download all attachments as: .zip

Change History (3)

#1 @SergeyBiryukov
13 years 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.

#2 @nacin
13 years 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.