Opened 16 years ago
Last modified 16 years ago
#3068 closed Bug
plugin:panel doesn't hide on subsequent click — at Version 1
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Review- Firefox | Cc: |
Description (last modified by )
In The panel system (contextMenu and floatPanel)should auto hide on any click which doesn't fall into the panel region, now it's not working appropriately. It could be identified by the context menu
Procedures
- Open the replace by code example page;
- Left click on the document to open Context Menu;
- Click on the bold command;
- Expected Result : The menu will hide before the command execution.
- Right click on the document region outside the menu;
- Actual Result : The menu has always been there.