Ticket #8395 (confirmed Bug)
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 j.swiderski) (diff)
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
Change History
Changed 20 months ago by ananthand
- Attachment getFirst_ScriptError.bmp added
comment:1 Changed 20 months ago by j.swiderski
- Status changed from new to confirmed
- Keywords IE added
- Version changed from 3.6.2 to 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
Note: See
TracTickets for help on using
tickets.

getFirst() is null or not an object