• Hi all, I'm currently working with "popup" controls that will pop-up a new pane when you mouse over an object. Essentially, the pane will hide itself if the mouse leaves the pane (using mouse over and mouse out events).

    All is well until I start using the ComboBox, which works as expected until I click it to expand the drop down sleection list. Apparently, the little drop down list is NOT considered as part of the ComboBox control. When I mouse over the drop down list, the control pane actually gets a MouseOut event, therefore hides the control. What's left is a drop down selection list (detached from the main ComboBox control) floating there until one makes a selection from the list.

    My question is: shouldn't the drop down selection list be treated as part of the ComboBox control (with respect to mouse events)? Am I missing some configuration of the ComboBox that would otherwise make this work?

    Any help will be appreciated!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!