Opened 13 years ago
Closed 11 years ago
#8395 closed Bug (fixed)
IE6-10: Clicking enter after selecting table, page-break or hr causes JS error
Reported by: | ananthand | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 3.0 |
Keywords: | IE | Cc: |
Description (last modified by )
Table
- Clear editor contents
- Click on/Select the table (so that you could see resize squares)
- Press ENTER key
Page-Break
- clear the page
- type some character + press ENTER + press page_break
- press Ctrl+A
- press page_break again.
Alternative STR:
- Click anywhere in the "Little Red Riding Hood" page and press page_break.
- press Ctrl+A to select the whole page.
- Click again on the page_break.
Horizontal line
- clear editor contents
- insert <hr />
- set cursor at the beginning of paragraph that contains horizontal line - press cursor UP key (little cursor should be blinking at the beginning of line)
- press enter
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | getFirst_ScriptError.bmp added |
---|
comment:1 Changed 13 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | 3.6.2 → 3.0 |
Results for above TCs: JS error is thrown
IE9-IE10
Message: Unable to get value of the property 'insertBeforeMe
Line: 163
URI: /ckeditor/_source/core/dom/range.js
IE6-8
Message: 'getFirst()' in null or not an object
Line: 163
URI: /ckeditor/_source/core/dom/range.js
Reproducible in all versions of IE from CKEditor 3.0
comment:2 Changed 12 years ago by
Component: | Core : Tables → Core : Selection |
---|---|
Description: | modified (diff) |
Summary: | Clicking enter after selecting table getting script error in IE8 → IE6-10: Clicking enter after selecting table, page-break or hr causes JS error |
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
I couldn't reproduce any of these issues on 4.3.
getFirst() is null or not an object