-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show Navigation block's children on hover #25012
Comments
We definitely had this at some point in the past and then it was removed. Would be good to know the reasons for removal before re-implementing. |
I don't, unfortunately. Do we know when it was removed? |
I don't remember I'm afraid. Actually, I believe it was our good friend @retrofox who was heavily involved in this aspect of show/hide on children. Please note however, that when we were working on the Navigation block you could only add one type of child. With lots of blocks in play things have probably changed. |
Hi, there. I remember we dealing with this issue, setting a proper box-model to don't lose the hovered stated among other pieces of the navigation, but not in detail, though :-(.
<3 |
Is this one done? #29713 landed recently which I believe addressed this one. @draganescu what do you think? Edit: pasted the wrong ticket link. |
The navigation block does not behave yet as described in this issue, particularly here:
|
Oh! I can fix that. Thanks. |
Description
Part of #24875
Update the behavior of Navigation block's interactivity:
When the Navigation block is selected, hovering over a menu item with children should display those children in a dropdown.
Selecting a menu item with children will force the display of those children. If a block other than the Navigation block is selected, hovering should have no affect on the display of children
The text was updated successfully, but these errors were encountered: