Opened 15 years ago
Closed 15 years ago
#5840 closed Bug (fixed)
Clicking CTRL+A inside the URL input in the Image dialog moves to the next input
| Reported by: | Sa'ar Zac Elias | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4 |
| Component: | General | Version: | 3.0 |
| Keywords: | Confirmed Review+ | Cc: |
Description
Steps to reproduce
- Open a sample and then the Image dialog.
- Type or paste something inside the URL field.
- Click CTRL + A.
Expected result: the whole text inside the field is selected.
Actual result: the caret goes to the next field.
I think some priority should be given as this happens in all versions of CKEditor.
Attachments (1)
Change History (3)
Changed 15 years ago by
| Attachment: | 5840.patch added |
|---|
comment:1 Changed 15 years ago by
| Keywords: | Confirmed Review+ added |
|---|
comment:2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with [5626], thanks Minh.

Change accessKey of alt field from "A" to "T".