Handle flickers in Safari when using set() after dragging
See original GitHub issueMy goal is to have a smooth slider that only has a couple of steps. I am accomplishing this by:
- Setting a handler for the
end
event. - In that handler, round the value to the desired value and calling
slider.set()
.
When doing this on Safari, the handle disappears until the animation is done.
I am using Safari 12.0.1 on macOS Mojave 10.14.1. This also occurs in Safari Technology Preview Release 68. I do not have a iOS device, so I am not sure if the issue occurs there as well.
I have attached an example of this issue. example.zip
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Flickering in Safari - Apple Community
I have a MacBook Pro Mid 2010. It doesn't do it on any other app but Safari. The flickering is intermittent based on...
Read more >jquery - 'dragleave' of parent element fires when dragging ...
If your 'dragenter' is firing when you don't want it to (i.e. when it's entering after leaving child elements), then the last time...
Read more >Dealing with flickers/FOUC
Loading issues can cause a FOUC (flash of unstyled content). Several specific reasons can explain this. First of all, this can be due...
Read more >MacBook Pro screen flickering? Here's how to fix it
Go to Apple menu > System Preferences > Battery. · Click the Battery option on the left side of the window. · You'll...
Read more >Cross Browser HTML5 Drag and Drop
observe() or whatever you favourite framework provides for event handling. Developers can also use the old school inline events (i.e. <a href="# ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Setting the following on resolves the issue for me in BrowserStack:
@VlkaFenryka, if you can confirm this I’ll ship this as a new release.
@leongersen Confirmation This solves the problem,