Opened 13 years ago
Last modified 13 years ago
#9159 confirmed Bug
pasting a table in IE8 and Chrome all cells inherits indent from a paragraph
Reported by: | Alvaro | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.0 |
Keywords: | IE Webkit | Cc: |
Description
When I have a paragraph with text-indent and paste a table in IE8 or Chrome, the table inherits <p> properties to all cells, but when I change to source code and come back the table is fixed.
When this occurs and I look into IE developer tools, the table is inside P tag, and when I go to source, CKE moves to outside.
To reproduce: use this code as source: <p style="text-indent: 80px"> abcde</p>
go to wysiwyg then copy and paste a table from http://www.normaslegais.com.br/legislacao/simples-nacional-anexoI.html
Tested in 3.6.3 and nightly build 7578 This works fine in IE9, FF13, FF14
Change History (1)
comment:1 Changed 13 years ago by
Keywords: | IE Webkit added |
---|---|
Status: | new → confirmed |
Version: | 3.6.4 → 3.0 |
I'm not sure if this is not a duplicate. I have spent some time looking for it but haven't found it.
Issue has been reproducible in IE6-8 and Webkit from CKEditor 3.0.
NOTE:
Pasting table in paragraph results in extra paragraph when switching to source and back (HTML writer corrects the code). We have many of such tickets #8419, #8011, #8231, #7146