#43253 closed defect (bug) (fixed)
Insert Link Dialog captures shift+arrow and changes selected item rather than highlighting text
Reported by: | garrett-eclipse | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.0.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch fixed-major |
Focuses: | ui, accessibility | Cc: |
Description
Hello,
Often when I want to edit a text field I click in the middle and hold shift+up/down to highlight all text before/after where my cursor is.
When you're in the Insert Link popup modal and try to do this in the Link Text then your selected page from the search list changes. This initially threw me and I ended up changes links by accident.
Can the up/down only change the selected page if you're not focused on another input or maybe have it do nothing when shift is held down.
Thanks
Attachments (2)
Change History (17)
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
7 years ago
#2
@
7 years ago
- Component changed from TinyMCE to Editor
- Milestone changed from Awaiting Review to 5.0
- Version 4.9.4 deleted
Seems simple enough to improve, probably there's the need to check what happens in the inline link toolbar too.
#3
@
7 years ago
- Keywords has-patch added
43253.diff prevents to trigger links selection when the ShIft key is used.
#4
@
7 years ago
- Owner set to afercia
- Resolution set to fixed
- Status changed from new to closed
In 42807:
#5
@
6 years ago
- Milestone changed from 5.0 to 5.0.1
- Resolution fixed deleted
- Status changed from closed to reopened
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
6 years ago
#11
@
6 years ago
- Owner set to desrosj
- Resolution set to fixed
- Status changed from assigned to closed
In 44405:
#12
follow-up:
↓ 13
@
6 years ago
@desrosj as far as I see, this is fixed and released in 5.0. The related file is now src/js/_enqueues/lib/link.js
. Not sure why it's still milestoned for 5.0.3.
#13
in reply to:
↑ 12
@
6 years ago
Replying to afercia:
@desrosj as far as I see, this is fixed and released in 5.0. The related file is now
src/js/_enqueues/lib/link.js
.
I don't see this change in 5.0. src/js/_enqueues/
only exists in trunk, doesn't it?
Insert Link Modal