Closed (fixed)
Project:
Navbar
Version:
7.x-1.0-alpha4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2012 at 14:41 UTC
Updated:
22 Mar 2013 at 23:10 UTC
Jump to comment: Most recent file

Comments
Comment #1
meba commentedI am having this problem as well.
Comment #2
meba commented(I am trying to use Ember with Navbar on a non Spark site)
Comment #3
sylus commentedDo you have jquery update installed and using v1.7? I believe that is a requirement.
Comment #4
mixxmac commentedHi... Yes, this happens with jquery_update installed.
Steps to reproduce:
1) Install Drupal 7.16
2) Install navbar 7.x-1.0-alpha3 (or dev)
3) Install jquery_update 7.x-2.2 (or dev)
4) Enable navbar & jquery_update, disable toolbar
Comment #5
mixxmac commentedActually, jquery_update was installed, but I found out that you need to use jquery_update 7.x-2.x-dev, and then change the version of jQuery to 1.8 at admin/config/development/jquery_update. Version 1.7 almost works, but the problem still flashes during page refreshes. jQuery 1.8 fixes it.
Thanks for your help!
Comment #6
sylus commentedYou are correct that the problem still flashes using jQuery 1.7.
Re-opening the issue as I believe navbar is supposed to work with jQuery v1.7 and the flash should not happen using that version.
Comment #7
mixxmac commentedYa... I had to switch back to 1.7, because 1.8 broke other things: dragging on admin/dashboard, and the drop-down data selectors in rules, and the ability to filter lists like the field chooser pop-ups in views, etc.
Comment #8
pjcdawkins commentedIt's working fine for me with jQuery 1.7.
I've attached a screenshot of the error you get with jQuery 1.5 - it refers to the "on()" method which was only added in 1.7.
Comment #9
sylus commentedIt still has problems in 1.7 during transitions as mentioned in #6.
Comment #10
mpotter commentedNot sure if this is the problem or not, but while debugging some similar problems with Navbar I discovered that in the navbar.tpl.php template, the HTML opens with the tag, but closes with a
instead of
I'd do a patch, but this is pretty trivial to fix manually. This was messing up the IPE toolbar at the bottom of Panelizer pages. If this isn't related to the original post, feel free to move it to a new Issue ticket.
Comment #11
kingdutchCross-referencing #1876416: Major problems on fairly vanilla Drupal 7.18 as possible duplicate here because I added some info there.
Comment #12
hass commentedFixed in alpha4 or no longer reproducible.