question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix `function-no-unknown` false positive for `scroll()`

See original GitHub issue

What steps are needed to reproduce the bug?

use scroll() with layout.css.scroll-linked-animations.enabled enabled

Question

My question is more general; should we preemptively fix stuff or should we wait for issues to pop up once it’s not behind a flag anymore? i.e. preemptive measures or late fixes

ref

What Stylelint configuration is needed to reproduce the bug?

{
  "rules": {
    "function-no-unknown": "true"
  }
}

Proposal to fix the bug

maybe PR https://github.com/niksy/css-functions-list/

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Mouvediacommented, Dec 23, 2022

Right?

Indeed, check the PR tests.

1reaction
Mouvediacommented, Dec 23, 2022

Please consider contributing if you have time.

Alright, Ill give it a try.

Read more comments on GitHub >

github_iconTop Results From Across the Web

color contrast false positive in scrollable area #2728 - GitHub
Run the axe browser extension; Observe that several color contrast issues are returned for elements in the side navigation. Each of these issues ......
Read more >
Synaptics TouchPad Driver (Logitech T650): How to fix false ...
I've been trying many Synaptics settings in synclient but can't find a configuration that reliably gets rid of false positive clicks while ...
Read more >
Disable Scrolling on Body - Stack Overflow
In my case, I'm disabling scrolling based on a class toggle. Setting .someContainer {height: 100%; overflow: hidden;} when the container's height is smaller ......
Read more >
Document: scroll event - Web APIs - MDN Web Docs - Mozilla
The scroll event fires when the document view has been scrolled. To detect when scrolling has completed, see the Document: scrollend event.
Read more >
The scroll bar continues to scroll after you release the mouse ...
The scroll bar continuously scrolls even after you release the left mouse button. ... Calling ScrollWindow(), to scroll, generates paint messages.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found