Closed
Bug 939383
Opened 11 years ago
Closed 11 years ago
Quicklinks / Subnav overflowing into footer
Categories
(developer.mozilla.org Graveyard :: Design, defect, P1)
developer.mozilla.org Graveyard
Design
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: openjck, Unassigned)
References
Details
(Whiteboard: [mentor=davidwalsh])
Steps to reproduce:
1. Create a new page with this source, or any other source with short
content, a long Subnav, and a long quicklinks section:
http://pastebin.mozilla.org/3613473
Actual:
http://i.imgur.com/cSPjkhH.png
Expected:
The page should be at least as long as the sidebar.
Reporter | ||
Comment 1•11 years ago
|
||
Interested in what is causing this. I tried adding "@extend .clear" to some of the classes in the sidebar without success.
Comment 2•11 years ago
|
||
This is a dupe. The problem is that the element is position:absolute so it doesn't clear in any way.
Comment 4•11 years ago
|
||
This was the dupe, deemed not a blocker: https://bugzilla.mozilla.org/show_bug.cgi?id=932540
Where does this happen in production now?
Reporter | ||
Comment 5•11 years ago
|
||
It may not be happening anywhere on production currently, but it can be reproduced in Vagrant by creating a page with short content and a long sidebar.
Sheppy, do you know of any places on production where this is happening currently?
Flags: needinfo?(eshepherd)
Comment 6•11 years ago
|
||
Yes, but if it's an edge edge bug, it shouldn't be a launch blocker. Also, it will take a lot of time to find a solution for, since the element is absolutely positioned and I cannot count on any height anywhere on the page.
Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(aspivak)
Comment 7•11 years ago
|
||
ok, let's take it off the blocker list, I'll make it a high priority post-launch bug
Severity: normal → major
Flags: needinfo?(aspivak)
Priority: -- → P1
Reporter | ||
Updated•11 years ago
|
Whiteboard: [mentor=openjck]
Reporter | ||
Updated•11 years ago
|
Whiteboard: [mentor=openjck] → [mentor=davidwalsh]
Comment 8•11 years ago
|
||
(In reply to John Karahalis [:openjck] from comment #5)
> It may not be happening anywhere on production currently, but it can be
> reproduced in Vagrant by creating a page with short content and a long
> sidebar.
>
> Sheppy, do you know of any places on production where this is happening
> currently?
Yes -- go to https://developer.mozilla.org/en-US/docs/Project:MDN and click "Contributing to MDN" in the sidebar. When that expands, the footer is overdrawn.
Flags: needinfo?(eshepherd)
Comment 9•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/ee35644c60e81662354f789f6797d516e947f8a2
fix bug 939383 - modify content min-height for zone nav
https://github.com/mozilla/kuma/commit/24273672a6559edf990957c2cb40b894622ea8a3
Merge pull request #1959 from darkwing/subnav-height-939383
fix bug 939383 - modify content min-height for zone nav
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•