I just had the same issue with ellipsis in Firefox.
i put in \-moz-binding: url('<your relative path here>.xml#ellipsis');
in the css file, and it worked like a charm.
You might want to make sure that you indeed have a resource file at
that location. I also had issues with the xml file being on a
different domain - ideally it's on the same server so that you could
set a relative path.

Boris.

On Apr 11, 1:18 am, TheNDV <[email protected]> wrote:
> Hello all
>
> I’m trying to getellipsisto work inFirefoxand 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 theFirefoxsolution is somewhat
> problematic,
> It tries to do –moz-binding to a tag within an external xml file,
> Now the problem is thatGWTscrambles 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.

Reply via email to