mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6f42a65173
The popup gets closed when native events trigger rollup. This is before the any mousedown event reaches the DOM so it is difficult to detect the case where it was a click on the magnifying glass icon that closed the popup. Here a field is added to the popup that is set to true when rollup is triggered and false on the next tick of the event loop which will be after the mousedown event reaches the DOM. This allows us to detect the case and ignore the click on the magnifying glass. --HG-- extra : rebase_source : 521d024b33011d0f501a5cd6a1317363f585ffed |
||
---|---|---|
.. | ||
content | ||
test | ||
jar.mn | ||
moz.build |