[Koha-bugs] [Bug 13302] Use CSS3 ellipsis for email address in staff client patron sidebar

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 19 20:38:30 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13302

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 33693
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33693&action=edit
Bug 13302 - Use CSS3 ellipsis for email address in staff client patron sidebar

This patch replaces the email address text overflow solution implemented
by Bug 3256 with a CSS3 technique: text-overflow: ellipsis

https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow

To test, apply the patch and clear your browser cache. Edit the primary
email address of a patron so that it is very long. View that patron in
the staff client (on the checkout or details page, for instance) and
confirm that the email address is truncated with "..."

Confirm that the link and the title attribute of the link contain the
correct, full email address.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list