#9378 closed Bug (fixed)
IE10: context menu doesn't work in CKEditor 3.x and 4.x
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE10 | Cc: | tuomas.salo@… |
Description
To reproduce:
- Open E.g. replacebyclass sample
- Right-click in editor body
Results:
- In version 3.x menu is not displayed and no error is shown
- In version 4.x menu is not displayed and error is thrown:
Message: Unable to get property 'body' of undefined or null reference
Line: 238
URI: /ckeditor/plugins/floatpanel/plugin.js
As reported on our support channel. Seems that below tiny change resolves this problem for version 4.x
if (CKEDITOR.env.ie && widthNode.document)
Change History (7)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
comment:3 Changed 12 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 Changed 12 years ago by
Status: | reopened → confirmed |
---|
CKEditor v4 works; both git and release versions work.
CKEditor v3 it doesn't work here http://rev.ckeditor.com/ckeditor/trunk/7664/_samples/ but when I try my local SVN version everything works as expected. Perhaps only release code is affected.
The same thing happens with #9483.
comment:6 Changed 12 years ago by
Cc: | tuomas.salo@… added |
---|
[Removed an obsolete question.]
The 3.6.6 release seems to fix the problem.
comment:7 Changed 12 years ago by
@naapuri, yes proper solution is upgrading client-side code to 3.6.6.
DUP of #9483.