Some MenuItems does not propagate the click event to server when I just have changed any text field. In this cases the value-change is propagated but the click not.
By setting a breakpoint in VaadinService#handleRequest the problem is not reproduceable. With my laptop I could only reproduce the bug when AC is plugged but not in battery state :)
That means the timing problem seems to depend on the cpu performance.
It is not reproducable with a simple one-field-application. Also not reproduceable with every MenuItem.
Some MenuItems does not propagate the click event to server when I just have changed any text field. In this cases the value-change is propagated but the click not.
By setting a breakpoint in VaadinService#handleRequest the problem is not reproduceable. With my laptop I could only reproduce the bug when AC is plugged but not in battery state :)
That means the timing problem seems to depend on the cpu performance.
It is not reproducable with a simple one-field-application. Also not reproduceable with every MenuItem.