geeklist / bugbase

3 stars 0 forks source link

Adding title attribute to headlines in stream for full text #40

Closed stefanhoth closed 12 years ago

stefanhoth commented 12 years ago

Long titles get truncated with "..." which is fine design-wise but I'd suggest to add the full text in the title attribute so you can read the whole thing while hovering on the link like so:

Sample how it could work

So

<div class="link-title">
    <a href="/stefanhoth/links/7508">Howto piss off your designer friends and give them a...</a>
</div>

should become:

<div class="link-title">
    <a href="/stefanhoth/links/7508" title="Howto piss off your designer friends and give them a migraine.">Howto piss off your designer friends and give them a...</a>
</div>
csanz commented 12 years ago

what tool tip pluggin are you using?

csanz commented 12 years ago

done http://cl.ly/image/0Q1H3c0t1329

On Thu, Sep 20, 2012 at 3:19 PM, Stefan Hoth notifications@github.comwrote:

Long titles get truncated with "..." which is fine design-wise but I'd suggest to add the full text in the title attribute so you can read the whole thing while hovering on the link like so:

Sample how it could work http://d.pr/i/xnCY

So

should become:

— Reply to this email directly or view it on GitHubhttps://github.com/geeklist/bugbase/issues/40.

Chris Sanz Cofounder & CTO Geekli.st http://geekli.st/csanz @csanz http://twitter.com/csanz

"A place for geeks to share what they've done, who they did it with and connect with great companies"

csanz commented 12 years ago

done