Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#6983 closed Bug (invalid)

Issue with CKEditor in IE - HTML table structure not displayed properly

Reported by: ajitharoor Owned by:
Priority: Normal Milestone:
Component: General Version: 3.5
Keywords: Cc:

Description

Hi,

I was looking WYSIWYG editor and I started using CKEditor. My requirement is to manage some email templates. The template will contain lot of tables nested in it. User must be able to edit the contents in table cells.

But when the content is displayed in the textarea, the HTML tables are not displayed correctly in IE. Various rows and columns are misplaced. But it was working fine in FF.

Has anyone faced this issue before. Could anyone help me please??

Thanks Ajith

Attachments (1)

testCKESample.jsp (4.6 KB) - added by ajitharoor 13 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 13 years ago by Krzysztof Studnik

Status: newpending

Could You provide us some sample code or html file with those tables?

comment:2 Changed 13 years ago by ajitharoor

Hi,

Please find the attached jsp file. This is one of my email template with HTML tables in it. This particular file gives different output when diaplyed in IE and FF.

Hope this helps in better understanding of the problem.

Thanks -Ajith

Changed 13 years ago by ajitharoor

Attachment: testCKESample.jsp added

comment:3 Changed 13 years ago by ajitharoor

Hi,

Anyone got any solution for this issue???

Thanks -Ajith

comment:4 Changed 13 years ago by Alfonso Martínez de Lizarrondo

Resolution: invalid
Status: pendingclosed

There's a <p> placed between 2 cells at line 34, so the HTML is invalid and each browser will display a different behavior.

Also, contents of textareas should be escaped if you don't want more problems in the future.

comment:5 Changed 13 years ago by ajitharoor

Hi,

Thanks for the reply. It works when i removed the <p> element.

Thanks -Ajith

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy