#15842 closed defect (bug) (fixed)
Plugin install thickbox for importers needs to account for the admin bar
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch commit dev-reviewed |
| Cc: |
Description
Currently doesn't based on testing.
Attachments (1)
Change History (11)
Looks fine.
Were we not already enqueuing the plugin-install script on this page? How else does it all work?
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.
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.
- Resolution set to fixed
- Status changed from reviewing to closed
comment:10
nacin — 2 years ago
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)