#2568: Adding Cell Background color adds unwanted space in the table
-------------------------+--------------------------------------------------
Reporter: mbuckallew | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone:
Component: General | Version: FCKeditor 2.6
Resolution: | Keywords: Confirmed
-------------------------+--------------------------------------------------
Changes (by arczi):
* keywords: => Confirmed
* priority: High => Normal
Comment:
Confirmed on IE7, FF3 (vista32).
{{{
<table cellspacing="1" cellpadding="1" width="200" border="1">
<tbody>
<tr>
<td colspan="3">This is a test</td>
</tr>
<tr>
<td>This</td>
<td>is</td>
<td>a test</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
}}}
After step 5 and 6:
{{{
<table cellspacing="1" cellpadding="1" border="1" width="200">
<tbody>
<tr>
<td bgcolor="#660066" colspan="3">This is a test</td>
</tr>
<tr>
<td bgcolor="#660066" colspan="3">This</td>
<td bgcolor="#660066" colspan="3">is</td>
<td bgcolor="#660066" colspan="3">a test</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
}}}
On Safari bug does not occur because it's impossible to "select" more than
1 cell.
It is not a critical bug so I change priority to Normal.
--
Ticket URL: <http://dev.fckeditor.net/ticket/2568#comment:1>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac