Opened 14 years ago
Closed 14 years ago
#6110 closed Bug (invalid)
Code altered after deleting quotation mark within <td>
Reported by: | twelling | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | 3.4 |
Keywords: | Webkit Opera Firefox IE | Cc: |
Description (last modified by )
When using a single quote within a double quote "BOTH" ckeditor and fckeditor cancel out the single quote which in turn is altering the code in the background.
TC:
- In CKEditor, delete all content
- In source editing paste:
<table> <tbody> <tr> <td align="center" bgcolor="#009900" class="style26" style="background-image: url( http://www.aaagraphicsanddesign.com/index_htm_files/4.png); width: 216px"> </td> </tr> </tbody> </table>
- Delete last " mark in <td>
- Switch to WYSIWYG mode - the table cell is missing or messed
- and back to Source editing
- <td></td>line is interpreted wrong or deleted
- in Chrome7 & Safari:
<table> <tbody> <tr> </tr> /tbody> </table>
- in Firefox 3.6.9:
<table> <tbody> <tr> <td 216px="" align="center" bgcolor="#009900" class="style26" http:="" index_htm_files="" style="" width:="" www.aaagraphicsanddesign.com=""> </td> </tr> </tbody> </table>
- in IE8
<table> <tbody> <tr> <td align="middle" bgcolor="#009900" class="style26" style="background-image: url(http://www.aaagraphicsanddesign.com/index_htm_files/4.png); width: 216px> </tr> </tbody> </table>
- in Opera 10.62
<table> <tbody> <tr> <td align="center" bgcolor="#009900" class="style26" style="background-image: url( http://www.aaagraphicsanddesign.com/index_htm_files/4.png); width: 216px> </td> </tr> </tbody> </table> "> </td> </tr> </tbody> </table>
- in Chrome7 & Safari:
Change History (3)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Webkit Opera Firefox IE added |
Status: | new → confirmed |
Summary: | Altering code → Code altered after deleting quotation mark within <td> |
Version: | → 3.4 |
comment:2 Changed 14 years ago by
Update In Chrome7, when second quotation mark is deleted from bgcolor="#009900" - CKEditor freezes when I try to change view to WYSIWYG
In the same case, in Safari, code becomes a mess:
<p> <td align="center" bgcolor="#009900 class=" style26"="" style="background-image: url( http://www.aaagraphicsanddesign.com/index_htm_files/4.png); width: 216px"> </td> </tr> </tbody> </table></p> <table> <tbody> <tr> </tr> </tbody> </table>
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
Missing parameters are interpreted differently within browsers. It is not CKEditor bug.
I am not 100% sure if I confirmed the same problem as #twelling (without complete code, I was guessing). But something is not right with the code interpretation, when one quotation mark is gone