qwik-ui
qwik-ui copied to clipboard
[🐞]TOC: you can outscrolll the TOC
Which package is affected?
Headless Kit
Describe the bug
You can outpace the TOC
Reproduction
https://github.com/TheMcnafaha/qwik-ui/tree/toc-bug
Steps to reproduce
- run code below:
pnpm install; pnpm dev
- Go to the headless select
- Scroll all the way down the page
- look at TOC (won't follow you)
System Info
System:
OS: Linux 6.5 Ubuntu 22.04.4 LTS 22.04.4 LTS (Jammy Jellyfish)
CPU: (4) x64 Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
Memory: 944.52 MB / 7.51 GB
Container: Yes
Shell: 5.1.16 - /bin/bash
Binaries:
Node: 20.10.0 - ~/.nvm/versions/node/v20.10.0/bin/node
Yarn: 1.22.21 - ~/.local/share/pnpm/yarn
npm: 10.2.3 - ~/.nvm/versions/node/v20.10.0/bin/npm
pnpm: 8.11.0 - ~/.nvm/versions/node/v20.10.0/bin/pnpm
Browsers:
Chrome: 125.0.6422.141
Additional Information
There's a chance that this is intended behavior. I do want to make a qwik scroll area in the future to have a full qwik site, so this bug may not be the most important thing ever but I think it shows we need to have tests for all components even if they are private.