Opened 15 years ago
Closed 15 years ago
#4673 closed Bug (fixed)
Undo not available straight away if shift key is used to enter first character.
Reported by: | Joe Kavanagh | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | Core : Undo & Redo | Version: | SVN (CKEditor) - OLD |
Keywords: | IBM Confirmed Review+ | Cc: | dchojna@… |
Description
When entering some text into the editor use the shift key to capitalize the first character. Observe that the Undo button is not active until about 15 characters have been entered.
Attachments (3)
Change History (14)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Version: | 3.0.1 → SVN (CKEditor) |
Changed 15 years ago by
Attachment: | 4673.patch added |
---|
comment:2 Changed 15 years ago by
Update key map of editing keys, modifier keys and navigation keys according to: keyboard keys
comment:3 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
Please remove the space and tab keys from the editing list as having snapshots for each space reduces the undo stack too much, considering that it's a very very common key (the most common).
Changed 15 years ago by
Attachment: | 4673_2.patch added |
---|
comment:5 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:6 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:8 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This is still reproducible, although the steps to reproduce are slightly different.
- Use Ajax sample.
- Create editor and focus into body.
- Press CAPS Lock once. (This means toggle once, it does not matter if it is on or off)
- Type into the editor.
Notice that undo does not activate.
Reproduced on FF 3.5 & IE 7
Changed 15 years ago by
Attachment: | 4673_3.patch added |
---|
comment:9 Changed 15 years ago by
Keywords: | Review? added; Review+ removed |
---|
comment:10 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Nice catch, this's something that definitely need to fix right now.