Problem/Motivation
On the user tests we saw the interaction to open and use the flyouts (when the sidebar is collapsed) needs to be refined: the flyout didn’t always stay open for the mouse trail.

Steps to reproduce
Proposed resolution
| Comment | File | Size | Author |
|---|---|---|---|
| flyout.gif | 443.05 KB | ckrina |
Issue fork navigation-3383127
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
claireristow commentedWorking on this now
Comment #4
claireristow commentedHey @ckrina, do you mind doing a quick review to confirm that my fix is sufficient?
Comment #5
claireristow commentedFrom conversation with @ckrina:
Add a delay on the close of the flyout so that if there's a quick out/in on the hover of the flyout, it doesn't close. This will be especially useful in the cases where the flyout is quite tall and the user is more likely to navigate out of the parent icon and into the flyout on a more indirect/diagonal path. It is currently still closing accidentally.
Comment #6
claireristow commentedComment #7
claireristow commentedHey @ckrina, I added a delay on the flyout close. Do you mind testing it again and letting me know what you think?
Comment #9
ckrinaI think it's great and any refinement we find we need can be done later, thanks @claireristow! Merging this now so I can work on the mobile changes :)