#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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0.3 |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | has-patch fixed-major |
| Cc: | Focuses: | ui, accessibility |
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.
8 years ago
#2
@
8 years ago
- Component TinyMCE → Editor
- Milestone Awaiting Review → 5.0
- Version 4.9.4
Seems simple enough to improve, probably there's the need to check what happens in the inline link toolbar too.
#3
@
8 years ago
- Keywords has-patch added
43253.diff prevents to trigger links selection when the ShIft key is used.
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
8 years ago
#12
follow-up:
↓ 13
@
8 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
@
8 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?
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Insert Link Modal