Closed (works as designed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2011 at 03:53 UTC
Updated:
2 Jun 2011 at 05:17 UTC
Comments
Comment #1
mkesicki commentedPlease write which version of CKEditor library do you use and on which browser ?
After save in browser source is this table correctly ? Can you check this behaviour on http://nightly.ckeditor.com/6989/_samples/tableresize.html , please use your table there and check after submit if your table look ok or no .
Comment #2
foredoc commentedMy CKEditor library: 3.4.2
My Browser: Firefox
The source of my test table :
Comment #3
foredoc commentedWhen I paste the source of my test table here, it is correctly converted to a table as shown above. So I guess it has nothing to do with browser then.
Comment #4
dczepierga commentedPls update your CKEditor library to last version (3.6) and then check again.
Pasting your code here nothing change because i don't see CKEditor here.
As @michal_cksource said:
When u do this pls report here your result.
Greetings
Comment #5
foredoc commentedPlease find following the results.
One thing strange is that: I have two test sites set up locally, and both of them are using the same version of ckeditor. However, only one of them has this problem.
Could this be some configuration issue?
Thanks.
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<td>
q</td>
<td>
q</td>
</tr>
<tr>
<td>
q</td>
<td>
q</td>
</tr>
<tr>
<td>
q</td>
<td>
q</td>
</tr>
</tbody>
</table>
Comment #6
foredoc commentedThe problem is solved by allowing the HTML Tags: table,tr,td tags in my input html filter.
Thanks.
Comment #7
dczepierga commented