Closed (fixed)
Project:
Navbar
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2013 at 16:13 UTC
Updated:
4 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
saltednutRolling back to alpha7 fixes this. The regression was introduced here: http://drupalcode.org/project/navbar.git/commit/e89d73d
Comment #2
drupalion commentedI have a same problem in alpha10 release.
Comment #3
m.stentaChanging the version of this to 7.x-1.x-dev since it's an outstanding issue in the dev branch...
This issue seems related, but no longer applies due to the recent changes introduced with the Backbone dependency (I think): #1852164: Navbar offset not being set correctly
Comment #4
saltednutSeems as if
.navbar .vertical > .liningneeds thebottom: 0;assignment.Comment #5
saltednutThe patch in #4 seems to work but causes the content within the .lining to disappear at mobile-sized resolutions...
Comment #6
saltednutMy second attempt: this patch is assigning


bottom: 0;for (min-width: 28.125em) - in my tests so far, the navbar extends the page on the smaller resolutions so the bug does not affect those screens. Thebottom: 0;assignment is unnecessary for fixing scrolling issues noted by @chrisyates unless the resolution is above 450px (28.125em).Comment #7
jessebeach commentedWould folks mind testing the 7.x-1.x branch? I think these changes should fix the issue.
Comment #8
saltednutI can confirm that the scrolling issue is fixed using the latest dev.
However, I am also seeing issues with modules that use hook_navbar... this might be a followup issue or tracked elsewhere?
See screenshot:


Comment #9
m.stenta7.x-1.x dev release works great! Super great!
Comment #10
saltednutFollowup posted #1985730: Modules that invoke hook navbar are being rendered incorrectly. - I'd say this issue "In vertical orientation, menu cannot scroll past viewport bounds" is fixed.
Comment #11
jessebeach commentedThis fix was already pushed to 7.x-1.x.
Comment #12
hass commented