Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#15679 closed defect (bug) (fixed)

Footer in plugin install/update screen needs clearing

Reported by: scribu Owned by:
Priority: normal Milestone: 3.1
Component: Upgrade/Install Version:
Severity: minor Keywords: needs-patch
Cc: Focuses:

Description

Whenever I do a plugin install or update, there's some space between the admin footer and the bottom of the screen.

This is probably caused by a missing <br class="clear">.

Attachments (1)

Screenshot.png (55.0 KB ) - added by scribu 16 years ago.

Download all attachments as: .zip

Change History (9)

#1 @scribu
16 years ago

  • Component GeneralUpgrade/Install

#2 @scribu
16 years ago

  • Severity normalminor

#3 @scribu
16 years ago

(In [16735]) remove redundant require()s in wp-admin/update.php. See #15679

#4 @scribu
16 years ago

It seems all the <div class="clear"></div> are in place. There's another CSS issue I can't seem to put my finger on.

@scribu
16 years ago

#5 @nacin
16 years ago

Hmm. Can't reproduce on Chrome or Firefox stable.

#6 @mamaduka
16 years ago

I think issue is with class

body.update-php {
    height: 98%;
}

if you disable this height parameter everything goes well

Last edited 16 years ago by mamaduka (previous) (diff)

#7 @scribu
16 years ago

Good catch. We have to find a way to apply it only to the iframe.

#8 @scribu
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [16937]) Limit height only to iframe body. Fixes #15679

Note: See TracTickets for help on using tickets.