#3390 closed Bug (fixed)
[FF] Open submenu
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Firefox Review+ | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page;
- Insert a table, right click to open context menu which has sub-menu;
- Navigate to the menu item which would trigger sub-menu, press 'arrow-right' key.
- Expected Result: Sub menu show up.
- Actual Result: Javascript error thrown.
Attachments (1)
Change History (7)
Changed 16 years ago by
Attachment: | 3390.patch added |
---|
comment:1 Changed 16 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 16 years ago by
There is still no attention to the coding style. Please change it to the following when committing:
if ( link ) link.$.click ? link.$.click() : link.$.onclick();
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
None-IE doesn't support click on link element, change to invoke handler directly.