|
Sorry about hammering on this subject, but I think I found the
difference between the versions which should be corrected: I used a DOM inspector and had a look the DIV elements which are used to build the list items. I compared the version previous to appearance stuff and the current CVS version. I found the following difference which could lead to the current bug: The current CVS does not create a min-width attribute to the outer div of the list item (which is derived from QxAtom). In the "pre appearance" version I found the following (hope this is visible: <div
style="-moz-user-select: none; cursor: default; height: 19px;
min-width: 456px; left: 0px; right: 0px; top: 646px; background-color:
rgb(51, 94, 168); color: rgb(255, 255, 255); outline-color: invert;
outline-style: dotted; outline-width: 1px;" class="QxWidgetCore QxListItem" qxhashcode="238">
<div
style="-moz-user-select: none; left: 5px; top: 3px;" class="QxWidgetCore QxLabel" qxhashcode="241">
Item No 35 is a very long item but
does not show the ugly behaviour of the appearance stuff
</div>
</div>
In the "current CVS" version I found the following: <div
style="position: absolute; cursor: default; -moz-user-select: none;
white-space: nowrap; background-color: rgb(51, 94, 168); height: 19px;
left: 0px; right: 0px; top: 171px; color: rgb(255, 255, 255);">
<div
style="position: absolute; font-family: "Segoe
UI",Corbel,Calibri,Tahoma,"Lucida Sans Unicode",sans-serif; font-size:
11px; font-weight: normal; font-style: normal; -moz-user-select: none;
left: 5px; top: 3px;">
Item 10 is colored but very long and
it should not do line break at all, but we will see.
</div>
</div>
Sebastian Werner schrieb: Dietrich Streifert schrieb: -- Mit freundlichen Grüßen Dietrich Streifert Visionet GmbH |
- Re: [qooxdoo-devel] Bug in QxList horizontal overflow h... Dietrich Streifert
- Re: [qooxdoo-devel] Bug in QxList horizontal overf... Sebastian Werner
- Re: [qooxdoo-devel] Bug in QxList horizontal overf... Sebastian Werner
- Re: [qooxdoo-devel] Bug in QxList horizontal o... Dietrich Streifert
- Re: [qooxdoo-devel] Bug in QxList horizontal o... Dietrich Streifert
- Re: [qooxdoo-devel] Bug in QxList horizont... Sebastian Werner
- Re: [qooxdoo-devel] Bug in QxList hori... Dietrich Streifert
- Re: [qooxdoo-devel] Bug in QxList... Sebastian Werner
