Opened 9 years ago

Last modified 9 years ago

#13299 confirmed Bug

Magic line not displayed with elements floated/aligned to the right

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0 Beta
Keywords: Cc:

Description (last modified by Jakub Ś)

  1. Insert below code into editor (div or table)
    <div style="float:right;">TEST</div>
    
    <div align="right">TEST</div>
    
    <table align="right">
    <tr><td>TEST</td></tr>
    </table>
    
    <table style="float:right;">
    <tr><td>TEST</td></tr>
    </table>
    
  2. Hover below/over the element

Result: No magic line is displayed and there is no possibility exit the element.

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

Description: modified (diff)
Status: newconfirmed

Simialr issue: #13301.

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