#23485 closed defect (bug) (fixed)
Theme Preview on Extend starts in the middle of the page
Reported by: | toscho | Owned by: | Otto42 |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | |
Component: | WordPress.org Site | Keywords: | |
Focuses: | Cc: |
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)
Change History (7)
#1
@
12 years ago
- 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.
#2
@
12 years ago
- 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.
Note: See
TracTickets for help on using
tickets.
Screen shot in Chrome, looks the same in other browsers.