vaadin / touchkit

TouchKit is a library of mobile components for Vaadin Framework
https://vaadin.com/touchkit
Other
11 stars 25 forks source link

TabBarView.removeTab throws NoSuchElementException if there are no tabs left in the tab bar #415

Open vaadin-bot opened 8 years ago

vaadin-bot commented 8 years ago

Originally by mvysny2


Calling TabBarView.removeTab on the last tab fails:

java.util.NoSuchElementException
    at java.util.LinkedList$ListItr.next(LinkedList.java:890)
    at com.vaadin.addon.touchkit.ui.TabBarView.removeTab(TabBarView.java:124)

Touchkit 4.1.0.rc1


Imported from https://dev.vaadin.com/ issue #19499