View Single Post
Old 25 Jan 2022, 11:21 AM   #3
BritTim
The "e" in e-mail
 
Join Date: May 2003
Location: mostly in Thailand
Posts: 3,095
Fwiiw, I took a quick look, and it certainly seems the removal of the pop-up is an unintended bug. The HTML for the Name is a simple
Quote:
<span title='xxx@xxx.xxx'>text</span>
I have not researched the reason why the title attribute is not causing the pop-up to appear as would normally be expected.

EDIT: This explains a similar bug: https://stackoverflow.com/questions/...hild-of-anchor
Based on this, my guess is that the tooltip is not allowed to appear outside of the boundary of the <div> enclosing this line on the list. That is, the tooltip tries to appear, but is suppressed because it would obscure data outside its own boundary.

Last edited by BritTim : 25 Jan 2022 at 11:31 AM.
BritTim is offline   Reply With Quote