Closed (fixed)
Project:
Nice Menus
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 May 2013 at 12:00 UTC
Updated:
7 Dec 2022 at 09:53 UTC
Jump to comment: Most recent
Comments
Comment #1
klonos...related: #2036601: Create a 7.x-3.x branch to support the latest versions of required js libraries - Keep 7.x-2.x compatible with default Drupal.
Comment #2
klonos...new 7.x-3.x now includes bgiframe library 3.0.0, but before closing this issue, lets update it to the latest one released a couple of months ago:
https://raw.github.com/brandonaaron/bgiframe/master/jquery.bgiframe.js
Comment #3
klonos...btw, the library mentions that it requires jQuery >= 1.2.6, so this can work in 7.x-2.x too. Lets backport it for those still in 2.x
Comment #4
klonosComment #5
xiukun.zhou commentedThanks klonos.
7.x-2.x: c1d25c1
7.x-3.x: 81e5ccd
Comment #6
klonosThanx Zhou! I'll be keeping an eye on the library for any new versions as they get released and when they do I'll be updating this issue ;)
Comment #8
jwilson3The commit
c1d25c1b052a81c5b7a9f160ed3158992ca24b7f Issue #2001612 Upgrade included bgiframe library to 3.0.1broke my site. I detected this doing a git bisect. One commit before this, drop-downs worked fine, but when I checkout this commit, the dropdowns never display.The confounding thing is that the inline style on the sub-menu ul shows
display:none;visibility:visible;on hover. Of course the sub-menu is never displayed becausedisplay:noneoverridesvisibility:visible.Reopening.
Comment #9
avpadernoIf there are issues with the library used, please open a new issue.
Comment #10
avpaderno