walkermatt / ol-popup

OpenLayers popup overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrollbar doesn't work anymore with Firefox 59 (Windows and Linux)

r34117y opened this issue · comments

I use ol-popup with OpenLayers 3. For many reasons I can't use stopevent with popup (one of main is that it has quite sophisticated content using Bootstrap stuff etc.), so what I do is I Ol.un() most interactions on 'mouseenter' event adn set them back on 'mouseleave'. Everything worked perfectly for Chrome and Firefox... up to 58. With Firefox 59 wheelscroll still works ok, but trying to scroll popup content with mouse left button ends up with moving the map around.

I'm aware of the fact that this may be to specific, but I have no idea how to even start dealing with it.

Best regards,
r.

Hi, I've just tested on Firefox 59.0.2 (Linux) and scrolling worked as expected via touch pad scrolling and using the scroll bar. Could you confirm that the issue can be reproduced using https://rawgit.com/walkermatt/ol-popup/master/examples/scroll.html?

Hi, thanks for your response. Indeed, everything works ok on demo page, but the difference is there is stopevent container around the popup :)

I'm afraid my problem is more complex and not completely ol-popup specific :/