Tabsheet scroller should scroll continuously while pressing the mouse button down
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 717
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 3
Description
- Vaadin Framework version 8.13.0
- Browser version Chrome Version 108.0.5359.98 (Official Build) (arm64)
- Description of the bug
+Same issue explained here https://github.com/vaadin/framework/issues/1581
+We use horizontal TabSheet with many components and click&hold mouse button doesn't work for scrolling. So user needs to click every time to see next/previous component.
- Expected behavior
+On click and hold, it should continuously scroll through to the end or beginning of the tabs like the way in PopupDateField
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with a horizontal TabSheet containing many components in Chrome, then compare its click-and-hold behavior with PopupDateField. Trace the TabSheet scrolling entry point and verify that holding the mouse button continuously scrolls toward the beginning or end of the tabs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100