#1890: Table Styles: Border, Background color
--------------------------+-------------------------------------------------
  Reporter:  estan        |       Owner:                    
      Type:  New Feature  |      Status:  new               
  Priority:  Normal       |   Milestone:  FCKeditor 2.7     
 Component:  General      |     Version:  FCKeditor 2.5.1   
Resolution:               |    Keywords:  Confirmed HasPatch
--------------------------+-------------------------------------------------
Comment (by estan):

 Replying to [comment:1 fredck]:
 > Targeting to the 2.7 so we can review and possibly consider it.

 I've noticed a small problem when you don't select a border.

 Change the code lines from line 128 till 143 to:

 table.style.backgroundColor = GetE('txtBackColor').value ;
 table.style.borderWidth = GetE('txtBorder').value + "px" ;
 table.style.borderColor = GetE('txtBorderColor').value ;
 table.style.borderStyle = GetE('selBorderStyle').value ;

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1890#comment:2>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to