Discuss GWT issue #9581

2018-01-05 Thread 'Vincent R' via GWT Users
Dear GWT Developers, I recently posted the issue #9581 on the github gwtproject: https://github.com/gwtproject/gwt/issues/9581 So far, it was not verified. I think that the GWT team is currently busy with fixing Java 9 related issues. Therefore, I would like to discuss this issue here. Maybe

Re: How to handle double click on TreeItem

2016-11-14 Thread 'Vincent R' via GWT Users
Nevermind, I found out why... Am Montag, 2. Oktober 2006 18:00:27 UTC+2 schrieb edmik: > > Hi VS, > use the provided toolkit double click event is much cleaner. e.g. > class MyTree extends Tree > private final MyTree me ; > /** > * > */ > public MyTree() > { > sup

Re: How to handle double click on TreeItem

2016-11-14 Thread 'Vincent R' via GWT Users
Hi Malcolm, I have a question to your solution. Why are you implementing the onBrowserEvent in your extended Tree class, why not in an extended TreeItem class? Regards, Vincent Am Montag, 2. Oktober 2006 18:00:27 UTC+2 schrieb edmik: > > Hi VS, > use the provided toolkit double click event is