Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2010 at 14:38 UTC
Updated:
8 Mar 2011 at 21:07 UTC
Jump to comment: Most recent file
Comments
Comment #2
expertalmost commentedI have the same problem! How do I get rid of that top border line? My border is set to 0. Even if I have a table with no contents, it still displays the line.
Thanks!
Comment #3
expertalmost commentedComment #4
expertalmost commentedGreetings all!
I have reported this as a bug on the CKEditor development site. But according to Garry Yao (a developer there?), this is either a design feature or a configuration file issue. And my bug report ticket was marked invalid. But it is still active and critical here.
My new question is this: why would a design or configuration feature ONLY DISPLAY THE TOP BORDER OF A TABLE EVEN WHEN ALL BORDERS ARE SET TO 0?
It seems like we cannot use CKeditor to create tables unless we really want a top border because CKeditor gives them to us regardless.
What are other people using as a workaround for this "top border always everywhere" design feature? Or is tables in CKEditor a throwaway?
This bug is driving me crazy. Thank you for your insights and help.
a
Comment #5
dczepierga commentedFixed in CVS.
I overwrite system.css from Drupal.
Comment #6
dczepierga commentedComment #8
teknikqaThis is because of a border-collapse property in system.css
Just add the following line to your theme's style.css