Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Problems with right click, double click and order of events.
Hi.
I am having troble with consistensy on differen browsers with clicks, double clicks, right clicks and order in which those events arrive on server. So things I noticed:
- Double click is not always detected (on IE)
- If I catch right click on tree, then select node based on that right click and then call something that uses "getValue", on some browsers the result is null
- right click should select node or at least be consistent in regards to other events
- open in another tab/window is very very browser specific... how to get around _blank and use named window instead (so it works on all browsers).
- the best performance and consistensy seems to be on chrome, the worst in IE. Can you please ensure the same on all browsers. The fact is, I must now test app again on all browsers. (And I happily told customer how cool Vaadin is and that it works on all browsers the same way).
BR,ivan