]> source.dussan.org Git - vaadin-framework.git/commit
Ensure visible tab search only covers existing tabs. (#12373)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Wed, 18 Aug 2021 08:23:25 +0000 (11:23 +0300)
committerGitHub <noreply@github.com>
Wed, 18 Aug 2021 08:23:25 +0000 (11:23 +0300)
commit029f47f1faaa9fd421e01b3b7fc664faf0fcae8f
tree76243eb072818ffb6a51125176425e417a24c208
parentf0f9b27c67065b4555c9b6e213e02cf24988eb81
Ensure visible tab search only covers existing tabs. (#12373)

Fixes #11673
client/src/main/java/com/vaadin/client/ui/VTabsheet.java
uitest/src/main/java/com/vaadin/tests/components/tabsheet/TabSheetScrolledRemoveAllButLast.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/tabsheet/TabSheetScrolledRemoveAllButLastTest.java [new file with mode: 0644]