jquery-accessible-subnav-dropdown icon indicating copy to clipboard operation
jquery-accessible-subnav-dropdown copied to clipboard

Major refactoring for neat features

Open danielgindi opened this issue 9 years ago • 5 comments

  • No more dependency on classes polluting the markup. It is called manually by the user on the UL tag
  • RTL support (for left/right keys)
  • Improved aria markup support Better support for submenus level > 1 (with tabs)
  • Mouseleave timeout to allow it to reach a submenu which has a few pixels distance from the parent menu

(This is a newer PR, after deleting the other PR's branch by mistake) https://github.com/nico3333fr/jquery-accessible-subnav-dropdown/pull/4

danielgindi avatar Jun 29 '16 15:06 danielgindi

@nico3333fr I've added another commit, to support multiple sublevels, with mixed horizontal/vertical directions. This also makes the library a little bit smaller.

danielgindi avatar Aug 24 '16 08:08 danielgindi

This is awesome!

@nico3333fr do you have time to take a look at this and merge? Let me know if I can help.

Spone avatar Jul 25 '17 13:07 Spone

Once it is possible (I'm on holidays), I merge it and adapt the documentation. 👍

nico3333fr avatar Jul 27 '17 10:07 nico3333fr

Happy holidays :palm_tree:

Spone avatar Jul 27 '17 10:07 Spone

There's some functionality in this pull request that I would really like to use, but it does not seem to be compatible with the current example HTML and CSS from the README. @nico3333fr do you know when you will be able to merge this and update the README?

isaiahnixon avatar May 22 '18 17:05 isaiahnixon