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