Hi all,
I’ve recently experienced an weird behaviour of ListSelect and it seems to occur in Chrome only (dev version). If a ValueChangeListener is registered and clicking through the list values a bit fast, the update events come back sometimes out of order. I understand this may be caused by the nature of Ajax request/response mechanism but how can we get around this.
To reproduce the issue, please visit http://demo.vaadin.com/sampler#ListSelectSingle using Chrome (or preferably dev version) and clicking quickly over the values.
In my cases, the list often behaves as if there was no listener at all. After a few changes, it works again. And the whole thing keeps repeating.
Your help/ideas are much appreciated.
Cheers,
Tien