Make WordPress Core

Opened 9 years ago

Closed 8 years ago

#35764 closed defect (bug) (worksforme)

#wpfooter position is absolute should be relative

Reported by: burnsbj's profile burnsbj Owned by:
Milestone: Priority: normal
Severity: minor Version:
Component: Editor Keywords: has-patch reporter-feedback
Focuses: ui, administration Cc:

Description

Hello,

The #wpfooter on the Add New Post and Edit Post page is not staying at the bottom when scrolling. I noticed that it's position set to absolute and when I change it to relative in chrome dev tools it returns to the appropriate place.

Attachments (1)

35764.diff (168.3 KB) - added by apmarshall 9 years ago.

Download all attachments as: .zip

Change History (5)

@apmarshall
9 years ago

#1 @apmarshall
9 years ago

  • Component changed from Post Formats to Editor
  • Focuses administration added
  • Keywords has-patch added
  • Severity changed from normal to minor

Your first ticket and my first patch!

I wasn't able to duplicate the issue in my wp-admin- "position: absolute" had the footer staying at the bottom from me. But also changed it to "position: relative" just to see if it made any difference and that also seemed to keep the footer at the bottom of the page. So since it was an easy fix, submitting a patch with "position: relative" in case this is an issue others are having and someone wants to incorporate it.

#2 @afercia
9 years ago

  • Keywords reporter-feedback added

@burnsbj welcome to Trac :) Couldn't reproduce. Can you confirm that it still happens with the default theme activated and all plugins deactivated? And if it still happens, could you please provide more details, like operating system, browser version and steps to reproduce?

@apmarshall welcome and thanks for your patch, it's better to wait and reproduce a bug before trying to patch it :) Also, no need to patch rtl and minified files, they're generated during the Grunt build task.

#3 @obenland
9 years ago

  • Version trunk deleted

#4 @swissspidy
8 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Closing after no feedback for almost a year and nobody has been able to reproduce this. Neither can I.

Note: See TracTickets for help on using tickets.