#15842 closed defect (bug) (fixed)
Plugin install thickbox for importers needs to account for the admin bar
Reported by: | nacin | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch commit dev-reviewed |
Focuses: | Cc: |
Description
Currently doesn't based on testing.
Attachments (1)
Change History (11)
#3
@
14 years ago
Looks fine.
Were we not already enqueuing the plugin-install script on this page? How else does it all work?
#4
@
14 years ago
It works, because the frame gets his height/width from the URL ...&width=600&height=550 and from the Thickbox function tb_position. 550px works, if the screen is high enough. If it's smaller, then it will be overlapped by the admin bar. The plugin-install script will fix this.
#7
@
14 years ago
Leaving the wp-includes/css/admin-bar-rtl.dev.css change out of the commit. Pretty sure I've seen that in a related patch.
Note: See
TracTickets for help on using
tickets.
Patch adds the styles/scripts to import.php. (Also a small RTL fix for the Admin Bar)