Hello All,

I have a floating control, which contains a TextArea.  This floating
control, is a Child of my main Custom Control - which serves as the root
interface for the entire application.

On my main Custom Control, I have a "MouseWheel" event listener/function
setup, which handles the scaling of all the content contained within
that control.  Overall, it works beautifully, but if the mouse cursor
happens to be over a TextArea when the user Scrolls the MouseWheel, the
Scaling Function attached to the MouseWheel event never triggers.

Obviously, the TextArea Control has built-in listeners for MouseEvents -
specifically for the MouseWheel, so that the Text can scroll when the
user scrolls the MouseWheel.  Even when the floating control is Disabled
(which I thought disabled all it's children), the MouseWheel Events
STILL don't trigger my Scaling Function.

I looked at the default behavior of Mouse Events, and Bubbling is "true"
by default.  I'm not sure if this issue pertains to Event Bubbling or
not, but I am really stuck right now, and could use some help -

If any of you could throw some ideas my way, I'd be very appreciative.

Thanks in advance,

Mike

Reply via email to