Breakpoints do not work properly, again, and still.
See original GitHub issueI know you’ll do exactly nothing, because it’s what you did since the first time you got this kind of request. But I’ll write it again, because it’s the right thing to do. Tipical use case:
$(".slider").slick({
mobileFirst: true,
responsive: [{
breakpoint: 830,
settings: "unslick"
}]
}
If you start with a small screen, it wil work. As soon as you reach 830 it will unslick. Fine. Than go back to < 830, and you won’t have slick back.
So you cannot say your plugin is responsive. It’s not. A thing called responsive should behave like a responsive thing. And this is not the case. I think after 2+ years since last time I checked. I come back and guess? Still the same issue.
And by the way: this is not magic, neither.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:11
Top Results From Across the Web
Troubleshoot Breakpoints in the Visual Studio Debugger
If you're debugging optimized code, make sure the function where your breakpoint is set isn't being inlined into another function. The Debugger.
Read more >Eclipse doesn't stop at breakpoints - Stack Overflow
42 Answers 42 · First remove all 'toggle breakpoints' from the class file. · Then Eclipse requires a restart. · Then make sure...
Read more >Breakpoints do not get hit work with while debugging react ...
Actual Behavior. The debugger seems to work and connect, but I never get a hit on any breakpoints. Expected Behavior.
Read more >Solved: Why are breakpoints not working, and how do I fix
I'm creating a .elf file with debug info, The debugger is ignoring any breakpoints I set. It comes up with the message that...
Read more >When your Android Studio breakpoint doesn't stop - Medium
Technically, even if you run it on release build, it will still stop and break on your breakpoint. You might not able to...
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
reinitializing is the logical thing to do - but I wonder how many people worried and wondered what they did wrong; especially, when the slider works like a charm most of the time.
listen for the window resize event and reinitialize slick