Community
Participate
Working Groups
When re-implementing the ScrollBar Widget, as many Widets as possible should already use it, so applications look as unified as possible. This should be fixed in qx.ui.form.List, so it also applies to Combo-Boxes.
We had a discussion and as a result, we will now handle List and Combo sperately. To do this, the code of the original qooxdoo-list will be copied into the rwt-list, so that those two do not depend on each other.
Refactored List in CVS Head to no longer inherit from the original qooxdoo list widget.
Fixed in CVS HEAD. This also creates a common js superclass "Scrollable" for List and ScrolledComposite. This class could also be used for Tree and Table.