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?
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.
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!