Opened 14 years ago
Closed 14 years ago
#6511 closed Bug (fixed)
[IE8] '0.startContainer' is null or not an object
Reported by: | WebSpellChecker.net | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 3.4.1 |
Keywords: | IE, Oracle | Cc: | tech@…, naresh.sivaraman |
Description
Steps to reproduce:
- Open ckeditor.com/demo page in IE8
- Enable SCAYT
- Input button from CKEditor's toolbar
- Right-click on input button
Actual result:
Context menu is not displayed and error is shown:
Message: '0.startContainer' is null or not an object
Line: 119
Char: 1903
Code: 0
URI: http://ckeditor.com/apps/ckeditor/3.4.1/ckeditor.js?1288073785[[BR]]
Expected result:
Context menu is displayed with no errors
Attachments (1)
Change History (10)
Changed 14 years ago by
Attachment: | 6511.patch added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Keywords: | IE added; IE8 HasPatch Review? removed |
---|---|
Status: | new → confirmed |
Waiting to be checked after #6735.
comment:4 Changed 14 years ago by
Status: | confirmed → pending |
---|
WFM on trunk, are you still able to reproduce it?
comment:5 Changed 14 years ago by
Keywords: | Confirmed added |
---|
We can still see this behavior on trunk. After applying the patch, bug becomes fixed.
comment:6 Changed 14 years ago by
Sorry, one moment here. It can't be obeserved with "button", but can be still observed with "text field"
comment:7 Changed 14 years ago by
Cc: | naresh.sivaraman added |
---|
WFM as well in IE8 using CKEditor 3.5.2, I used the following source:
<form action="bar" name="foo"> Sample text field: <input name="name" type="text" value="value" /> </form> <p> Mistyped wiord</p>
and the context menu showed up properly (SCAYT was enabled, I've tried also a button).
Could you provide the list of steps to reproduce it?
comment:8 Changed 14 years ago by
Keywords: | Pending added; Confirmed removed |
---|
It is fixed now. We can't reproduce it anymore.
comment:9 Changed 14 years ago by
Keywords: | Pending removed |
---|---|
Resolution: | → fixed |
Status: | pending → closed |
Here we propose patch that fixe this issue.