Button becomes un-clickable on scrolling to next page
See original GitHub issueI have the following sandbox: https://codesandbox.io/s/svelte-typescript-forked-l0d9f?file=/src/App.svelte:379-392
As you can see when you click on the first one
button there is a log message but clicking on the second one
button nothing happens.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Button items become unclickable when overlay with video ...
I'm trying to build a grid selection button where when user clicks 1x1, then only one video will be display.
Read more >Coding An Unclickable Button In JavaScript - YouTube
Normally we do practical tutorials on this channel.. but this time let's code a very simple button that will move away from your...
Read more >Unclickable Area When Scroll Bars Set to Show "When ...
This is an issue when a button is placed on the far right side of the portal row: the button is entirely visible,...
Read more >Button not clickable, only after scrolling page - Ruby on Rails
Hi, For my latest Rails project, I'm using the One Page Scroll plugin, to give the homepage one page scroll features.
Read more >Buttons inside an iframe are unclickable on iOS devices
Problem. Buttons inside iframe or RadWindow that have background image applied via CSS, become unclickable if the frame's content will get big enough...
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 Free
Top 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
Hello everyone. I also have the same issue, only for mobile and mobile mode in the browser. Playing a little bit with the source code, I was able to find that the responsible is this line: https://github.com/vadimkorr/svelte-carousel/blob/67c227995b439046c0346a8935e594927b0801ae/src/actions/swipeable/swipeable.js#L73
The
handleUp
is being called by the event added onhandleDown
function on the same file. Is there any reason why theevent.preventDefault()
was added there?Released in 1.0.20