#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)
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
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 14 years ago by
Attachment: | testCKESample.jsp added |
---|
comment:4 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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 14 years ago by
Hi,
Thanks for the reply. It works when i removed the <p> element.
Thanks -Ajith
Could You provide us some sample code or html file with those tables?