Hello,

danovics wrote:
> 
> 1. What's wrong with FF? Is there a chance that it'll work in FF too?
> 
the reason for that is the missing CSS feature in firefox. All other
browsers support the ellipsis but firefox only does in XUL elements. Thatss
why we use for regular labels XUL elements to get the ellipsis. But the XUL
elements can nit display HTML content which brings the problem that if you
want to display HTML content, you have no ellipsis. I think thats the case
with the table. We can get it working if firefox fixes this bug which is
open for quite a long time. But until then, we have no choice ...
All other stuff I have seen is just a performance mess and can't be used in
RIAs.


danovics wrote:
> 
> 2. Do we have a flag, to know if the text doesn't fit into the table cell
> by current columnWidth?
> 
No, not build in. There is sure a way to go through all cells and check that
but taking the computed size of a DOM element is slow. If you choose to do
something link this, expect bad performance if you have a lot of cells.

Regards,
Martin
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/long-text-in-table-cell-as-tooltip-tp5314191p5319776.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to