Opened 14 years ago
Closed 14 years ago
#7594 closed Bug (fixed)
keyboard navigation of Tool bar broken when we create and destroy Editor instances
Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6 |
Component: | Accessibility | Version: | |
Keywords: | IBM | Cc: | Damian, James Cunningham, Teresa Monahan |
Description
To reproduce the defect:
- Open Ajax sample & create Editor instance by clicking on Create Editor button.
- Go in to Editor body, press Alt + F10 to go to tool bar & use left & right Arrow keys to navigate through buttons in the tool bar.
- It works fine.
- Remove the Editor by clicking on Remove Editor button.
- Create a new Editor instance by clicking on Create Editor button.
- Go in to Editor body, press Alt + F10 to go to tool bar.
- Press Right Arrow key.
Expected Result:
Focus goes to next tool bar button.
Actual Result:
Focus goes in to editor body and cursor is visible in editor body.
Attachments (1)
Change History (10)
Changed 14 years ago by
Attachment: | 7645.patch added |
---|
comment:1 Changed 14 years ago by
Cc: | damo,jamescun,tmonahan → damo, jamescun, tmonahan |
---|---|
Owner: | set to Garry Yao |
Status: | new → review |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Milestone: | → CKEditor 3.6 |
---|---|
Status: | review → review_passed |
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6850].
comment:6 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:9 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
WFM Sorry for false alarm. with cache disabled, it works fine
#7684 seems to be related to this.