Closed Bug 939383 Opened 11 years ago Closed 11 years ago

Quicklinks / Subnav overflowing into footer

Categories

(developer.mozilla.org Graveyard :: Design, defect, P1)

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.
Interested in what is causing this. I tried adding "@extend .clear" to some of the classes in the sidebar without success.
This is a dupe. The problem is that the element is position:absolute so it doesn't clear in any way.
This is a blocker (not sure what the dupe bug # is)
Blocks: MDNLaunchBlockers
No longer blocks: 910513
This was the dupe, deemed not a blocker: https://bugzilla.mozilla.org/show_bug.cgi?id=932540 Where does this happen in production now?
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)
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.
Flags: needinfo?(aspivak)
ok, let's take it off the blocker list, I'll make it a high priority post-launch bug
Blocks: MDNPostLaunch
No longer blocks: MDNLaunchBlockers
Severity: normal → major
Flags: needinfo?(aspivak)
Priority: -- → P1
Whiteboard: [mentor=openjck]
Whiteboard: [mentor=openjck] → [mentor=davidwalsh]
(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)
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
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.