Hi,
We have an app with some tabs, one of them is a Google Maps tab. Since v3.51 of Google Maps is served by default, we experience problems with mouse scrollwheel events in Chrome.
If the user tries to scroll in a SmartGWT ListGrid, the mousewheel scroll no longer works. Scrolling with the scrollbar still works. This problem occurs in Chrome latest, not in FireFox. If we manually downgrade to v3.50 of google maps, scrolling works again. As I cannot seem to find any maps users with scrolling problems, I think there might be an interference between SmartGWT and google maps scrollwheel event handling here. Does anyone use this combination and experience this too? It does not matter if there is actually a map or not, loading the library from https://maps.googleapis.com/maps/api/js already breaks scrolling.
regards, Iwan
We have an app with some tabs, one of them is a Google Maps tab. Since v3.51 of Google Maps is served by default, we experience problems with mouse scrollwheel events in Chrome.
If the user tries to scroll in a SmartGWT ListGrid, the mousewheel scroll no longer works. Scrolling with the scrollbar still works. This problem occurs in Chrome latest, not in FireFox. If we manually downgrade to v3.50 of google maps, scrolling works again. As I cannot seem to find any maps users with scrolling problems, I think there might be an interference between SmartGWT and google maps scrollwheel event handling here. Does anyone use this combination and experience this too? It does not matter if there is actually a map or not, loading the library from https://maps.googleapis.com/maps/api/js already breaks scrolling.
regards, Iwan
Comment