Closed asku3000 closed 4 years ago
I need more information on this. onClose
-event is only triggered when you actually click the close-button. If you close by clicking somewhere else on the page onBlur
-event is fired instead.
I cannot reproduce the issue so far, so maybe it is a confusion on that behalf?
Cheers
onClose
event not firing for me too, even at clicking cross button.
As I said, please provide a repro, otherwise I cannot help with this. Works fine for me.
This seem like an error cause by css or element misplacement, temporary workaround for me is handle onClose
and onBlur
both events with same function.
Had to set onClose and onBlur as @ray-man suggested, but is not an ideal solution.
I still cannot reproduce this. Is this maybe specific to some OS or browser?
Closing because of missing repro.
When i am on normal screen of my chrome it doesn;t fire up the onClose event when i close the bar. But when i press F12 and do the same then it is firing up that event