Opened 13 years ago

Last modified 11 years ago

#6612 closed Bug

Table right alignment floated — at Version 1

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Discussion Cc:

Description (last modified by Garry Yao)

The 'align' attribute used on table element actually makes the table right floated.

  1. Load the following content:
    <p>
    	text line before table.
    </p>
    <table>
    	<tr>
    		<td>cell</td>
    		<td>cell</td>
    	</tr>
    	<tr>
    		<td>cell</td>
    		<td>cell</td>
    	</tr>
    </table>
    <p dir="rtl">
    	text line after table.
    </p>
    
  2. Make selection in table, open properties dialog and select right alignment;
  • Actual Result: table is floated at the right side (overlap the layout box of last line);
  • Expected Result: table occupied line height in layout flow.

Change History (1)

comment:1 Changed 13 years ago by Garry Yao

Description: modified (diff)
Keywords: IE removed
Summary: [IE] Table right alignment floatedTable right alignment floated
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy