Opened 9 years ago
Closed 8 years ago
#35764 closed defect (bug) (worksforme)
#wpfooter position is absolute should be relative
Reported by: |
|
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)
Change History (5)
#1
@
9 years ago
- Component changed from Post Formats to Editor
- Focuses administration added
- Keywords has-patch added
- Severity changed from normal to minor
#2
@
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.
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.