Dietrich Streifert schrieb:
Why not just use overflow:auto?
In FireFox 1.5 overflow-x and overflow-y is now supported:
http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html
If you would follow the bugs in their bugzilla you would know that this
is not the case. Theoretically supported, but not really ;)
Additionally there are the proprietary css attributes
-moz-scrollbars-horizontal and -moz-scrollbars-vertical.
http://developer.mozilla.org/en/docs/CSS_Reference:Mozilla_Extensions
Which have not "auto" themselves, but are the real value.
Additional Information regarding overflow:
http://www.quirksmode.org/css/overflow.html
We know this already ;)
Sebastian
Sebastian Werner schrieb:
Dietrich Streifert schrieb:
Hello List,
is there a way to display a horizontal scrollbar for the listview if
the row length exceeds the listview width?
In the example:
http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/List_View_10.html
you can resize a column (eg the column "Name") to get bigger and
shift the other columns to the right. Eventualy the right most column
is shifted out of the listview body. As soon as this happens, a
horizontal scrollbar should automatically be displayed. The scrollbar
should represent the sum of all column widths related to the listview
body width.
If you resize the first column to the width of the listview body the
other columns are lost because you are not able shrink the first
column again.
We need to add support for this sometimes. But this is not so easy as
only Internet Explorer correctly supports overflow-x/overflow-y
currently which is IMHO needed for this. I have added this to our TODO
list.
Sebastian
Best regards...
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
Qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
Qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel