#3139 closed Bug (invalid)
focusNext incorrectness
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Cc: |
Description
It's shown that CKEDITOR.dom.element::focusNext method not working in some cases.
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | test-element-focusNext.patch added |
---|
comment:1 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This tc is wrong. The tab order on it is: focus4 -> focus6 -> focus5 -> focus1 -> focus2. The focus is not supposed to be cyclic, so focus2 is not required to send it back to focus4.