Is it possible to configure that focused overlay-elements prevents mouse-interaction with other elements on the page? Preferably a click outside the focused should only close the focused, and not interfer with any clicked element.
Is it possible to configure that focused overlay-elements prevents mouse-interaction with other elements on the page? Preferably a click outside the focused should only close the focused, and not interfer with any clicked element.
what elements are you wanting to do this on... some do this out of the box, others don't... more info please.
Cloud Application Architect
Sencha Specialist / Sencha MVP / Sencha Technical Trainer
ExtJs Developer + Contributor since 0.2.2 - Champion of the per developer license.
For example if a dropdown-list for a combobox is open, and the user click outside this dropdown-list, that click will interact with an element that the mouse pointer hits. What should happen, is that the click only closes the dropdown-list. The reason for this, is that it is possibly unsafe that the user could hit a button by a mistake, while trying to close the dropdown-list.