Opened 16 years ago
Closed 16 years ago
#3296 closed Bug (worksforme)
JavaScript error on tab and shift-tab in IE with tabindex
Reported by: | Martin Kou | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | Accessibility | Version: | SVN (CKEditor) - OLD |
Keywords: | IE WorksForMe | Cc: |
Description
To reproduce:
- Modify sample.html and replacebyclass.html such that the editor is surrounded by a few textboxex with tabindex, and the editor's textbox should have a tabindex as well.
- Open replacebyclass.html in IE6.
- Put focus in the first textbox, tab until the focus is in the editor.
- Now press tab or shift-tab.
- JavaScript error.
Change History (2)
comment:1 Changed 16 years ago by
Keywords: | WorksForMe added |
---|
comment:2 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I'm just testing it and it WFM. Maybe there is something else in the page to be done to see the problem.
Do you think you could attach a test page for it?