microsoft / PowerBI-visuals-AttributeSlicer

Attribute Slicer custom visual for PowerBI
MIT License
30 stars 15 forks source link

Scroll not working on Edge #31

Open nitinvrbhn opened 7 years ago

nitinvrbhn commented 7 years ago

Scroll is not working when we try to drag the scroll using mouse pointer. Following are the steps to reproduce the issue:

When we try to scroll the item list area by dragging the scrollbar, the scroll is not working. It is giving a lot of problem to the Edge user. Please fix the issue ASAP.

stopyoukid commented 7 years ago

This seems to be an issue with Edge. Mixing css scaling and the -ms-overflow-style: -ms-autohiding-scrollbar style cause the scrollbars to not work, see: https://jsfiddle.net/6fpoaqdm/2/. A workaround could be using "Fit to Page" rather than "Fit to width" and that seems to fix the issue, or to use the mousewheel to scroll rather than dragging on the scrollbar.

nitinvrbhn commented 7 years ago

Hi, I tried using 'Fit to Page' option, but if we change the resolution it is not working (for e.g. on laptop with 2560 * 1440). So can you suggest any other solution for this.

stopyoukid commented 7 years ago

The only other workaround is to use IE11 for now, until we actually have a fix for this.