Closed (fixed)
Project:
Navbar
Version:
7.x-1.0-alpha9
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2013 at 21:00 UTC
Updated:
17 May 2013 at 16:30 UTC
Jump to comment: Most recent file
![Screen Shot 2013-04-21 at [Apr 21] 4.49.39 PM.png](/files/Screen Shot 2013-04-21 at [Apr 21] 4.49.39 PM.png)
Comments
Comment #1
saltednutYep - this is true. I assume initial testing was done using the Spark distro that included the proper jQuery version already.
Comment #2
webchickHm. My understanding was that the D7 version of navbar would work OK on jQuery 1.4? Seems like we should remove the incompatible call, rather than add the dependency.
Comment #3
jessebeach commentedRight, we don't want to force a jQuery update on D7. It's just too risky for most sites. So instead, I brought the magic of jQuery 1.7's on and off methods back to 1.4.4 with a shim! It's not ideal, but it does the job and if a site does upgrade to a version of jQuery that implements these methods, the shim will use those methods and not our polyfilled ones.
Fixed in 7.x-1.x (82c5cf2ef1f44b9550fc08c01b10371cc29af4d4).
Comment #4
hass commented