davidstutz / bootstrap-multiselect

JQuery multiselect plugin based on Twitter Bootstrap.
https://davidstutz.github.io/bootstrap-multiselect/
Other
3.67k stars 1.98k forks source link

[question] Dropdown not dismiss automatically when clicking outside #1172

Open miaoz2001 opened 3 years ago

miaoz2001 commented 3 years ago

Hi

I have a question to ask, please help me out, thanks!

Once the dropdown list is on, if clicked anywhere else, the list should be dismissed automatically. It works most of the time. But if I click on somewhere that is inside a iframe area, then the dropdown will not be dismissed.

Is this a bug? or expected? Is there anyway to dismiss it?

Thanks!

tiesont commented 3 years ago

An iframe's content is not really part of the parent page, so any events triggered within that content (like a mouse-click) don't propagate to the parent page. So, I would consider that "expected" behavior.