2024-04-20 09:12 BST

View Revisions: Issue #455

Summary 0000455: title="" attribute displayed wrongly on 'float'ed elements
Revision 2013-12-24 14:16 by Vincent Sanders
Description When one has a construct like

<div title="Wrapper div">
  <div style="float: left;" title="1st child.">
    1st child.
  </div>
  <div title="2nd child.">
    2nd child.
  </div>
</div>

hovering over either of the two children divs shows the text "2nd child" as the tooltip/statusbartip.
Revision 2008-03-05 22:11 by takkaria
Description When one has a construct like

<div title="Wrapper div">
  <div style="float: left;" title="1st child.">
    1st child.
  </div>
  <div title="2nd child.">
    2nd child.
  </div>
</div>

hovering over either of the two children divs shows the text "2nd child" as the tooltip/statusbartip.