We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
visibility
hidden
collapsed
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clientHeight
clientWidth
offsetHeight
offsetWidth
https://svelte.dev/repl/bacc64f09063438db938745594c69d4c?version=3.42.4
No response
System: OS: Windows 10 10.0.19043 CPU: (16) x64 AMD Ryzen 9 4900HS with Radeon Graphics Memory: 3.00 GB / 15.42 GB Binaries: Node: 14.17.5 - C:\Program Files\nodejs\node.EXE npm: 6.14.14 - C:\Program Files\nodejs\npm.CMD Browsers: Edge: Spartan (44.19041.1023.0), Chromium (93.0.961.38) Internet Explorer: 11.0.19041.906
annoyance
The text was updated successfully, but these errors were encountered:
For any passerbys, you may replace visibility: hidden/collapsed with:
visibility: hidden/collapsed
opacity: 0; pointer-events: none;
Sorry, something went wrong.
Another edge case, related
https://bugzilla.mozilla.org/show_bug.cgi?id=1295245 #4233 #6127 #5524
https://bugzilla.mozilla.org/show_bug.cgi?id=1295245
"Opened 5 years ago"
The bug's old enough to go to kindergarten. I guess we'll just have to deal with it for now.
It looks like this was fixed in Firefox at some point — the REPL above works, and it works in Svelte 5, so I'll close this
No branches or pull requests
Describe the bug
What is expected:
clientHeight
,clientWidth
,offsetHeight
,offsetWidth
) update regardless ofvisibility
& browser.What happens instead:
visibility
is nothidden
orcollapsed
.visibility
's value.Reproduction
https://svelte.dev/repl/bacc64f09063438db938745594c69d4c?version=3.42.4
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: