vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.78k stars 730 forks source link

Tabsheet scroller should scroll continuously while pressing the mouse button down #12568

Open nazimsahin90 opened 1 year ago

nazimsahin90 commented 1 year ago

- 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

thevaadinman commented 1 year ago

To speed up investigation and resolution work, could you provide a test UI?