Simon Bull schrieb:
Hi All,

I noticed (in 0.5.1 and 0.5.2) that clicking a QxComboBox does not display its
list if another QxComboBox's list is already visible.   You have to click it
twice - once to close the currently open QxComboBox, and then a second time to
open the next QxComboBox.

This differs from the behaviour of native html comboboxes:  clicking a native
html combobox always displays its list - even when either a native combobox or
another QxComboBox's list is already visible.

To reproduce:
1) Modify any of the ComboBox_x.html tests so that it includes two QxComboBoxes,
2) Load the modified test page,
3) Click the first QxComboBox so that it displays its list,
4) Click the second QxComboBox (while first list is still displayed).

Result:
First QxComboBox's list dissappears, but second QxComboBox's does not appear.

Cause:
The mousedown event fired by step 4) is sent to the first QxComboBox rather than
the second QxComboBox.

Fix:
Move the this._togglePopup(); call in the mousedown event handler into the
mouseup event handler.

That's not that easy. The problem is the capturing handling of the combobox, which is needed to make them work correctly. I think this is an issue, but I currently have no idea how to work-around/fix this.

Sebastian



Simon



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to