Hi Ian,

Ian Horst wrote:
> When qx.ui.form.SelectBox (for example) is inside qx.ui.container.Scroll
> and when mouse is over input field and wheel scrolls , they both scroll
> as they both listen to event "mousewheel".
> 
> Expected behaviour:
> Only focused input can scroll.
> 
> How to remove all "mousewheel" listeners from object?
This is bug within the selectBox. The solution is to stop the 
propagation of the event and thus prevent other widget from receiving 
the mouse wheel event. You do *not* have to remove any event listeners.

I've already filed a bug for this issue to fix it.
-> http://bugzilla.qooxdoo.org/show_bug.cgi?id=1506

cheers,
   Alex

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to