How can we reproduce this bug?
What did you expect to happen?
A user should be able to tap a menu item once to have the label read and a double tap for the item to drill to another submenu.
What happened instead?
If you navigate to a submenu, the menu gets stuck at the <ul>, and behaves erratically from this point on.
Inspecting the page reveals that the value of aria-hidden="false" never gets set to true when a drilldown menu opens.
I've corrected this issue for an implementation that requires it by updating the value of aria-hidden for items that have the is-active class when open.zf.drilldown or hide.zf.drilldown are fired.
Hi @karissademi thank you for reporting this. If you already have a fix for that, do you mind creating a PR?
Hi @Owlbertz, I didn't make the change to the foundation js directly, but I can probably whip that together this weekend.
Hi @karissademi,
do you still plan to provide the PR and is the issue still in the latest release?
Hi @DanielRuf,
I can confirm there is no issue on the latest release on an LG V20 using the latest version of Chrome, but I no longer have access to the devices where I saw the original issue, so I'm willing to close this.
Hi @karissademi, thanks for the feedback.
Most helpful comment
Hi @Owlbertz, I didn't make the change to the foundation js directly, but I can probably whip that together this weekend.