[wp-trac] [WordPress Trac] #48618: Cursor Doesn't Default To HTTP Box In Insert From URL
WordPress Trac
noreply at wordpress.org
Thu Nov 14 09:01:39 UTC 2019
#48618: Cursor Doesn't Default To HTTP Box In Insert From URL
---------------------------+--------------------------------
Reporter: ProblemSolved | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Media | Version:
Severity: normal | Resolution: invalid
Keywords: | Focuses: ui, accessibility
---------------------------+--------------------------------
Changes (by afercia):
* status: new => closed
* version: 5.3 =>
* resolution: => invalid
* milestone: Awaiting Review =>
Comment:
@ProblemSolved thanks for your report and welcome to Trac!
This change is intentional and was implemented as part of #43169. Moving
focus programmatically is often an assumption on a specific user flow that
may or may not be the intended one. It's particularly unexpected for
keyboard users and assistive technology users, as focus is moved without
any prior warning and leeeeads to a complete loss of context. As such,
moving focus should generally be avoided and only implemented in very
specific cases.
Also, considering that the media modal left menu is now an ARIA tab
interface, moving focus would be even more unexpected. See [46363].
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48618#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list