superfish icon indicating copy to clipboard operation
superfish copied to clipboard

Superfish is a jQuery plugin that adds usability enhancements to existing multi-level drop-down menus.

Results 31 superfish issues
Sort by recently updated
recently updated
newest added

If superfish.init() is called when the superfish menu is hidden (as by a media query setting display: none) then the hide() method opens all of the menus. When the browser...

bug

https://imgur.com/a/kQoUGqY When I hover my mouse on Menu item (1) -> Menu item (2) -> mouse leaves out of the menu (3) -> Menu item (4) step by step, anh...

**Using latest codes of everything** This bug started recently. I have been using superfish over 2 years now. It is probably some mechanical change in the way browsers work Platform...

Is there any reason why the `mouseenter` event is applied to `targets` option, while `focusin` event is hardcoded to `'li`, or am I missing some vital functionality? ```javascript $menu.on('mouseenter.superfish', targets,...

I have a large menu so it needs to scroll on mobile. When starting a touch event to swipe, it opens the menu that I click on to start the...

Is there a way to disable all animations and delays? I guess it's intentional that hoverintent creates a slight mouseover delay on first element, although it's a bit annoying. If...

On Mobile (Google Pixel) on wordpress, selecting a submenu by clicking on the arrows opens and then rapidly closes the submenu.

I am adding some action in `onShow` event, but i notice that this is triggered again whenever i am clicking on the sub-menu item and sometimes when hovering sub-menu. ```...

bug

Could easing support be easily implemented? Managed to get in animation, but out is a bit trickier. Any thoughts?

Hi! I have a page in my website with 2 SFMenu, one horizontal and the other one vertical. In desktop version is working well, but the problem is in mobile....