This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Smooth scrolling in the "highlightElement" function blocks user scrolling #316
Comments
Hi @mikehobi, I have the hope that we can remove the polyfill with the Electron 2.0 update and that the native behaviour does not have this bug. |
@lkuechler, @mikehobi: We were having a different issue here. The scroll-into-view was triggered multiple times. I fixed this with an extra check in the highlight area. |
TheReincarnator
added a commit
that referenced
this issue
Mar 29, 2018
TheReincarnator
added a commit
that referenced
this issue
Apr 3, 2018
TheReincarnator
added a commit
that referenced
this issue
Apr 3, 2018
TheReincarnator
added a commit
that referenced
this issue
Apr 4, 2018
TheReincarnator
added a commit
that referenced
this issue
Apr 4, 2018
TheReincarnator
added a commit
that referenced
this issue
Apr 4, 2018
TheReincarnator
added a commit
that referenced
this issue
Apr 4, 2018
TheReincarnator
added a commit
that referenced
this issue
Apr 4, 2018
TheReincarnator
added a commit
that referenced
this issue
Apr 4, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When clicking on an element in the layer list, the preview pane will highlight & scroll to the selected element. If the user attempts to scroll within the preview pane during this scrolling, it appears jenky and disallows the user from scrolling.
Expected behavior: User scroll cancels out programmatic scroll and animation.
The text was updated successfully, but these errors were encountered: