[wp-trac] [WordPress Trac] #48894: Improve the small user sub window at the right corner on the admin bar a.k.a. the Howdy fly-out
WordPress Trac
noreply at wordpress.org
Mon Jul 6 10:55:46 UTC 2020
#48894: Improve the small user sub window at the right corner on the admin bar
a.k.a. the Howdy fly-out
-------------------------------------+-------------------------------------
Reporter: ixkaito | Owner: afercia
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.5
Component: Toolbar | Version:
Severity: normal | Resolution:
Keywords: has-patch has- | Focuses: ui, accessibility,
screenshots needs-refresh | javascript
-------------------------------------+-------------------------------------
Comment (by afercia):
Thanks @isabel_brison I do realise the effort put into this isn't trivial
and appreciate it.
I noticed a few things:
- The page still scrolls down when pressing Spacebar.
- This is because there are 2 keydown events, one of them doesn't prevent
the default action
- This is the reason why [attachment:"48894.3.diff"] was reusing the
existing `keydown` event for the "My account" item. I think it's best to
attach just one event and use the previous approach for all items.
- There's the need to remove the `hoverintent-js` dependency.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48894#comment:61>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list