Opened 14 years ago
Last modified 11 years ago
#7975 closed Bug
Errors when creating a table in IE — at Version 5
Reported by: | Jakub Ś | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.2 |
Component: | General | Version: | 3.5.3 |
Keywords: | IBM IE | Cc: | Satya Minnekanti, Christophe Guillou, irinauru@… |
Description (last modified by )
The below description was copied from bug #7928 comment 3.
Problems using IE 7, 8 & 9 when using the elementspath ! Try the following :
- Create new table
- Put the cursor in a cell
- Click "td" in the elementspath : JAVASCRIPT ERROR
Message: 'undefined' is empty or not an Object
Line: 1578
URI: /ckeditor/_source/core/dom/range.js
This hasn't worked for IE6-10, in CKEditor 3.x, from CKEditor 3.5.3 rev [6559]. In CKEditor 4.x this doesn't work only for IE7 and IE8.
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
Changed 14 years ago by
Attachment: | 7975.patch added |
---|
comment:3 Changed 13 years ago by
Status: | review → review_failed |
---|
With IE9+Compat:
- Load this HTML:
<table><tr><td>Test</td></tr></table>
- Click inside the cell.
- Click the "td" element in the elements path.
The first character will not get selected.
comment:5 Changed 12 years ago by
Description: | modified (diff) |
---|
Regression of [5463], can't reproduce anymore #5568 on trunk?