Closed GoogleCodeExporter closed 9 years ago
Original comment by gael.laz...@gmail.com
on 11 Aug 2011 at 1:33
Actually, patching Widget.onBrowserEvent() or Composite.onBrowserEvent() to
inject the bubbling algorithm was wrong.
When calling widget.onBrowserEvent(..) or DomEvent.fireNativeEvent(..) during a
real GWT execution, events are not dispatch to parent elements.
Bubbling is a web browser concern, so the algorithm should be coded directly in
the Browser class.
This is what I did :-) I've also deployed new snapshots with the fix. Could you
please give it a try and as usual, give me some feedback ?
Original comment by gael.laz...@gmail.com
on 22 Aug 2011 at 6:30
So I removed most of our custom patchers now. Tests run smooth and fail-free.
Thanks.
Using: gwt-test-utils-0.28.6-20110822.061452-16.jar
Original comment by stefan.s...@googlemail.com
on 22 Aug 2011 at 7:36
thanks :-)
Original comment by gael.laz...@gmail.com
on 22 Aug 2011 at 7:47
Original issue reported on code.google.com by
stefan.s...@googlemail.com
on 11 Aug 2011 at 1:01Attachments: