The envelope icon on wiki pages (in upper right dark bar) does not have title text like other icons do, so you can't hover over it to find out what it does. We should add helpful title text. Similarly for the envelope icon when it is used other places too, like tickets, etc.
Hi..
Subscripton button has a title. it is done in subscription.js but this code snippet caused the no title issue
This code enables a css tooltip for title. but only for this button? Can we remove this? then it will work
Thanks
Ah yea that is used so that the icon can show a special tooltip when you use it. We want to keep that. Maybe there's a way for "tooltipster" to preserve the original title attribute? Or to show a small tooltip when hovering?
This is fixed in merge request https://forge-allura.apache.org/p/allura/git/merge-requests/283/ please check
content '' -> empty and trigger -> custom caused the issue. changed content to default null and changed trigger to hover