Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download navbar-7.x-1.5.tar.gztar.gz 68.09 KB
MD5: 20f369b9baa91b0afeb9030770cd0828
SHA-1: 1d67781f75f2a957ff67f86b8a084dcd9313c565
SHA-256: e28b186fa0408298a8acef5fe7c7886a4cc17930c2b7a9640af7bd235aeed6bb
Download navbar-7.x-1.5.zipzip 107.54 KB
MD5: 44ce864d01289d034461178b6d3dffcc
SHA-1: bcbcdf53a1bfe97522f38159d7480d820895cfdd
SHA-256: 30bc6de77a9a90948e5fdcfac678ef5d852123b4b0f91ad973f9e838277109c7

Release notes

Issue #2240283 by eshta: Fix missing border shadow in admin in specific themes.
Issue #2199755 by Devin Carlson: Declare navbar hooks in hook_hook_info.
Issue #1937754 by hass, smd_ksu, sylus, brantwynn, artemln: Fix tableHeaderOffset setting not set causing sticky header overlayed by navbar AJAX errors.
Issue #2183753 by freality: Fix displace scroll offset for IE.
Store a reference to a menu item's box element in .data() so that it needn't be found again later.
Be specific about applying borders to first-level-only menu items in the horizontal orientation.
Added findItem callback to allow implementing scripts to provide a finding function for submenu items.
Fix for jQuery 1.4.x support. fn.closest does not support jQuery object arguments; just selectors.
Inserting a link into a menu after the first-pass of navbarMenu processing resulting in the new link being unstyled. Updated the navbarMenu plugin to iterate over all links in a menu and process any that remain unprocessed.
Allow for a wrapper element around the menu item just inside an li element.
Issue #2173041 by joelpittet: Menu item hover shows i beam instead of pointer.

Created by: eshta
Created on: 23 Dec 2014 at 19:37 UTC
Last updated: 26 Jan 2022 at 19:02 UTC
Bug fixes
New features
Insecure

Other releases