Opened 3 months ago

Last modified 3 months ago

#23485 new defect (bug)

Theme Preview on Extend starts in the middle of the page

Reported by: toscho Owned by:
Priority: normal Milestone: WordPress.org
Component: WordPress.org site Version:
Severity: normal Keywords:
Cc: bk@…

Description

The theme preview iframe is positioned at 50% from top, the lower 50% are invisible. Tested in Chrome, Firefox and Opera, all up-to-date.

Clicking Inspect Element in any of these browsers makes the iframe jump to the correct position, so I cannot provide more details, sorry.

Attachments (1)

broken-theme-preview-extend-chrome.jpg (19.1 KB) - added by toscho 3 months ago.
Screen shot in Chrome, looks the same in other browsers.

Download all attachments as: .zip

Change History (4)

toscho3 months ago

Screen shot in Chrome, looks the same in other browsers.

  • Milestone changed from Awaiting Review to WordPress.org

Clicking Inspect Element in any of these browsers makes the iframe jump to the correct position,

In Chrome you can open the inspector in a new window. Just press the button at left bottom corner of the frame.

  • Cc bk@… added

It appears that the #TB_window css in thickbox.css has a rule for top: 50% that is causing it.

Adding #TB_window { top: 0 }; in the inspector has the iframe loading beginning at the top of the window, which is what I'd expect.

#23693 was marked as a duplicate.

Note: See TracTickets for help on using tickets.