Sorry, I have to ask again, maybe I did not tell clear enough, where my problem is... Assuming that we have a widget like a combobox. If I want to select an entry, the popup of the combobox opens. I click on an ListItem. The combobox disappears. But the click event is not eaten. In my case it changes the active Row in a table, which is below the combobox. If you want to see this in action please have a look at here: http://www.fitnesswelt.com/shopajx.html - In the first field type in something, the table should be filled. Then you can try to change the listboxes. If you have your browser configured to allow open popups, you will se what I mean.
westor wrote: > > I have a combox widged and below is a table. If the combo opens, the table > is behind it's popup. > Now, If I click on a list item, the combobox value changes, the popup > diappears - so far so good. > But the table also reacts with this click, and I don't know, how to > prevent this. Do I have to write stopPropagation() somewhere? > > -- View this message in context: http://www.nabble.com/combobox-and-event-question-tf4335283.html#a12366276 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
