wbadam / autocomplete-extension

Autocomplete extension add-on for Vaadin 8
https://vaadin.com/directory#!addon/autocomplete-extension
8 stars 7 forks source link

Other views "hang" when using with vaadin4spring sidebar #14

Closed jonmartinsolaas closed 7 years ago

jonmartinsolaas commented 7 years ago

demo.zip

After updating to latest (commit a73f11837d6f2a81cf9eaf3e0b9d3b14fbac43e0) my application hangs when navigating away from a view using autocomplete-extension to another view.

When the autocomplete component is removed from the app, navigation works.

Added a minimalistic project to illustrate.

Edit: Reloading the hanging view makes it load correctly.

wbadam commented 7 years ago

Additional DOM elements were removed incorrectly on TextField detach.

jonmartinsolaas commented 7 years ago

Problem solved, thank you!