View.enter(ViewChangeEvent event) is invokes twice

Hi,

I’ve got a UI, which initializes and uses a Navigator. My UI looks roughly like this:

navigator = new Navigator(this, this);
navigator.addView(“config”, new MyConfigView());
navigator.addView(“app”, new MyApplicationView());

navigator.navigateTo(“config”);

Now, what puzzles me is that MyConfigView.enter(ViewChangeEvent) is invoked twice. Is there anything, I’m doing wrong?

Thanks,

Jochen

Hi,

This behavior sounds a bit weird, but I think this is the cause:
https://vaadin.com/forum/#!/thread/3395652/3439445