Opened 10 years ago
Last modified 10 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 )
- 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>
- 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 10 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
Simialr issue: #13301.