Opened 13 years ago
Last modified 13 years ago
#8874 closed Bug
Shift+tab causes errors and incorrect caret and focus movements — at Version 1
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.3 |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
- Open replacebyclass.html sample
- Place cursor somewhere in the paragraph
- Press Shift+tab
- On Chrome there's an error on console and caret moves to the beginning of the editable.
- On Firefox there's an error and focus is lost.
- Opera ignores shift and moves focus to submit button.
- On IE8 editor loses focus.
Some of these incorrect behaviors (IE8 & Opera) are old, but error on Chrome&Fx is introduced by r7372, so it's a regression from 3.6.2.
Related issue: #8502