Changes between Initial Version and Version 1 of Ticket #11626


Ignore:
Timestamp:
Feb 28, 2014, 1:42:06 PM (10 years ago)
Author:
Wiktor Walc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11626 – Description

    initial v1  
    33When `0px` is used, the column behaves like it did have width style set at all, while the fact is that user decided to resize it to the minimum.
    44Setting 1px will preserve a narrow size of the column.
     5
     61) The moment of resizing a column
     7
     8 [[Image(table-resize-cropped.png)]]
     9
     102) The second column has width set to 0px
     11
     12{{{
     13                <tr>
     14                        <td style="width: 238px;">&nbsp;</td>
     15                        <td style="width: 0px;">&nbsp;</td>
     16                        <td>&nbsp;</td>
     17                        <td>&nbsp;</td>
     18                </tr>
     19}}}
     20 [[Image(tableresize-0-width.png)]]
     21
     223) The second column has width set to 1px
     23
     24{{{
     25                <tr>
     26                        <td style="width: 237px;">&nbsp;</td>
     27                        <td style="width: 1px;">&nbsp;</td>
     28                        <td>&nbsp;</td>
     29                        <td>&nbsp;</td>
     30                </tr>
     31}}}
     32 [[Image(tableresize-1px-width.png)]]
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy