Opened 16 years ago
Closed 16 years ago
#2513 closed Bug (fixed)
IE8 beta2, insertion of tables is always done at the start of the document
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6 Beta |
Keywords: | Confirmed IE8 | Cc: |
Description
Sometimes I've seen also the img dialog fail, but the table always fails for me.
Change History (3)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Version: | FCKeditor 2.6.3 → FCKeditor 2.6 Beta |
comment:2 Changed 16 years ago by
Using 2.6.3 also with IE8 beta2, the behavior is similar but for links instead of img/tables. See http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/127/postid/275717/scope/posts/Default.aspx for a similar report.
I think it has to do with the EditorDocument's selection not being saved. The FCK.Selection is set correctly, but even if you try to manually restore it before the link is created, debugging IE shows that the selection is still has a type of "None".
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The IE8 RC1 has fixed the problem
Steps to reproduce: -move cursor to end of document
-create table (Insert/Edit table)
New table is at the start of the document. The same problem is with images.