Hello all
I’m trying to get ellipsis to work in Firefox and have found a
solution that involves CSS and XML
Here the link: http://mattsnider.com/css/css-string-truncation-with-ellipsis/
This works fine in IE and Chrome but the Firefox solution is somewhat
problematic,
It tries to do –moz-binding to a tag within an external xml file,
Now the problem is that GWT scrambles the files and names and
basically everything, so this linking doesn’t work
I tried to do some workaround using ui:with and link a resource to the
xml here, but no luck
(i guess that \-moz-binding: url('{resource.xml}#ellipsis'); doesn't
work as its inside a css)
So, in despair, I come to you :)
I would appreciate any idea here
Thanks!
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.