I've sent a mail directly to you with the url to the 0.2_beta-3 testcase.

Have a look.

Sebastian Werner schrieb:
Dietrich Streifert schrieb:
I compared the current CVS with the version 0.2_beta-3.
It does NOT show the bug.

Also the drawing of the dotted outline is correct in the 0.2_beta-3 version but not corrent in current CVS where the bottom line is not displayed at all.

Are you sure it's completely correct? Are also the different items get stretched to the full width of the widgets widget later?

You can try to setWidth("auto") for your listitems which change the display in my test a bit.

A small workaround I could image would be to make the list auto width and put a new canvas layout around it which does the scrolling. But I have not tested this yet.

Sebastian



A screen snapshot is attached.

The debug div gives the following output:

QxInit
001407: qooxdoo/0.2_beta-3
001407: datestamp/20060127
QxApplication[HASHCODE:0]
019735: Loading Data: 19735ms
019750: Available Classes: 141
019750: Client Detection: gecko 1.8
019766: Initialize Application: 16ms
019766: Created Instances: 81
020016: Executing User Application: 250ms
020016: Preloading Images: 0ms
020235: Created Instances: 226
020235: Initialize Interface: 125ms
020750: Postloading Images: 15ms



Sebastian Werner schrieb:
Dietrich Streifert schrieb:
Well it seems that this behaviour was introduced sinde the appearance layer was built.

I tried your proposal with nowrap which really avoids the linebreak but does not display the part of the items correctly which is out of view.

Please have a look at the attached example:

I have already changed this here, too.

The problem could be related to the fact, that the list-items normally spans between the width of the listview. In this test case here the needed behavior is different. The listitems should have a "auto" width but should also stretch to the one item, which is the widest. I could not imagine that we have introduced a problem here with the appearance. I think it is more related to a really complex type of layout.

Sebastian






Sebastian Werner schrieb:
Dietrich Streifert schrieb:
Hello List,

If QxList was set to

setOverflow("auto");

previous to appearance implementation the list displayed QxListItem widgets in a single line and created scrollbars on demand to handle the horizontal overflow.

With current renderer CVS the lines are broken at the width of the QxList which partly overwrites the next line. This is for FireFox 1.5 and IE 6.

Should be better, if you add a nowrap to the listitems:

item.setStyleProperty("whiteSpace", "nowrap");

But this also seems to be a bit buggy when the items are selected. I have no idea to fix this currently.

Sebastian



A testcase is attached.

Best regards...


------------------------------------------------------------------------

List horizontal overflow handling




-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------

List with colored List Items




-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

--
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH



-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to