#15842 closed defect (bug) (fixed)
Plugin install thickbox for importers needs to account for the admin bar
| Reported by: | nacin | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch commit dev-reviewed |
| Cc: | Focuses: |
Description
Currently doesn't based on testing.
Attachments (1)
Change History (11)
#3
@
16 years ago
Looks fine.
Were we not already enqueuing the plugin-install script on this page? How else does it all work?
#4
@
16 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
@
16 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch adds the styles/scripts to import.php. (Also a small RTL fix for the Admin Bar)