Opened 12 years ago
Last modified 12 years ago
#9791 confirmed Bug
IE10: Browser context menu overrides CKEditor context menus on misspelled words
Reported by: | Teresa Monahan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.6 |
Keywords: | IBM VendorFix | Cc: | Damian, Satya Minnekanti |
Description
To Reproduce:
- Specify the following config setting to allow the browser spell checker to show misspellings in the editor:
config.disableNativeSpellChecker = false;
- Open a sample in IE10.
- Enter a misspelled word in the editor.
- Place the cursor within the misspelled word and right click.
Problem: The browser context menu is opened instead of the CKEditor context menu.
This occurs in both 3.6 and 4.0.
Change History (1)
comment:1 Changed 12 years ago by
Keywords: | VendorFix added |
---|---|
Status: | new → confirmed |
This is an IE10 bug. It doesn't fire the "contextmenu" event when clicking on misspelled words. I've just reported it to MS:
https://connect.microsoft.com/IE/feedback/details/774350
This event is essential for us to be able to provide the context menu feature. Let's wait for MS feedback on this.