#8233 Add "title" to envelope icon

v1.10.0
closed
bitesize (76)
General
2018-10-30
2018-09-17
No

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.

Related

Git: 5ba278f04227c7000e8bc614

Discussion

  • Hi..

    Subscripton button has a title. it is done in subscription.js but this code snippet caused the no title issue

    $(link).tooltipster({
      content: '',
      animation: 'fade',
      delay: 200,
      trigger: 'custom',
      position: 'top',
      iconCloning: false,
      maxWidth: 300
    });
    

    This code enables a css tooltip for title. but only for this button? Can we remove this? then it will work

    Thanks

     
  • Dave Brondsema

    Dave Brondsema - 2018-09-18

    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

     
  • Dave Brondsema

    Dave Brondsema - 2018-09-28
    • status: open --> closed
    • assigned_to: Shalitha Suranga
    • Reviewer: Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2018-10-30
    • Milestone: unreleased --> v1.10.0
     

Log in to post a comment.