Feature Requests item #1218531, was opened at 2005-06-10 23:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218531&group_id=81260
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interface Improvements
Group: None
Status: Open
Priority: 5
Submitted By: rck (rck000)
Assigned to: Nobody/Anonymous (nobody)
Summary: Use Title-Attribute in Lastposts Block
Initial Comment:
Right now, the titles in the last posts block gets cut
after a couple of characters. While this can make sense
layout wise, it will render some titles unreadable. How
about using the approach other forums are using?
Adding a title-attribute enables clients to hover over
the title getting the full title in return. Written as
pseudo-code:
if(title too long) {
shorten_title
output(<a href="..." title="long title">short title</a>)
}
further reading:
http://www.w3.org/TR/REC-html40/struct/global.html#h-7.4.3
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=562405&aid=1218531&group_id=81260
|