Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    sinkEvents AND onBrowserEvent

    - Smart GWT version 2.5.0

    Problem: I want to create a "composite" component and catch the events from the children of this widget, evaluate the event and pass the event down to the buttons again. Normally in GWT we would do this with the sinkEvents(...) / onBrowserEvent mechanism, but smart GWT widgets don't seem to deal with this mechanism. How can this be implemented? By using Event.addNativePreviewHandler or something? Anyone working example?

    Attached two examples:

    1. normal gwt example, onBrowserEvent IS invoked after click on button.
    2. smart gwt example, onBrowserEvent IS NOT invoked after click on button.

    Thanks in advance,

    Daniel.
    Attached Files

    #2
    I am having EXACTLY the same problem! Did you find a workaround for that?

    Comment

    Working...
    X