2024-03-29 06:55 UTC

View Revisions: Issue #455

Summary 0000455: title="" attribute displayed wrongly on 'float'ed elements
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.
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
Additional Information Imported from sourceforge bug http://sourceforge.net/support/tracker.php?aid=1908353 on Tue Dec 10 17:34:12 2013

Revision 2013-12-24 14:16 by Vincent Sanders
Additional Information Imported from sourceforge bug http://sourceforge.net/support/tracker.php?aid=1908353 on Tue Dec 10 17:34:12 2013