Closed (fixed)
Project:
Navbar
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 May 2013 at 10:21 UTC
Updated:
3 Dec 2013 at 23:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
baddysonjaI'm having the same error. Would be really nice if somebody could help out here
Comment #2
designerbrent commentedExact same thing for me. Anyone know if there is a fix for this?
Comment #3
designerbrent commentedThis bug is active in both the dev and alpha10 versions of the module and makes it nearly unusable.
Comment #4
designerbrent commentedThe problem is that Backbone requires jQuery 1.7 or higher. This patch checks for jQuery_update and ensures that it is set to 1.7 or higher. If it is not, it gives a link to the settings page.
Comment #5
hass commentedPer maintainer jquery update requirement has been explicitly removed a few versions ago. See https://drupal.org/node/1976064#comment-7364788 and search the issue queue, please.
#2008244: jQuery update module with 1.8 jquery version is required
#1976064: jQuery Update should be a dependency (or, preferably, remove non jQuery 1.4 code)
Comment #6
hass commentedCode style is not Drupal like and translatable string contain bugs. We never use l() in translatable strings as example.
Comment #7
designerbrent commentedFeel free to disregard the patch. I got the same error as above, searched the issue queue and ended here. This patch was my attempt at being helpful and scratching my own itch.
I don't see the point in fixing the patch it seems the maintainer doesn't want to require jQuery update so I'm marking this as closed (works as designed).
Comment #8
hass commentedThe bug is not fixed
Comment #9
bkonetzny commentedHad the same issue, seems this is fixed in dev: http://drupalcode.org/project/navbar.git/commit/b8d56ca
Comment #10
jessebeach commentedThis code changed in the recent dev work. I just need to verify that the fix from July wasn't regressed.
Comment #11
jessebeach commentedI've verified that the code changes referred to in http://drupalcode.org/project/navbar.git/commit/b8d56ca are still in place (although written slightly differently) in the most recent backported code.