You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are focus delegates matching the same node, but subscribed from different containers, and the inner container's delegate callback calls e.stopPropagation(), the outer container's delegate callback is also being called. Maybe easier to understand in code: http://jsbin.com/iwAPeke/1/edit
I will issue a pull request for this momentarily.
The text was updated successfully, but these errors were encountered:
lsmith
added a commit
to lsmith/yui3
that referenced
this issue
Aug 31, 2013
Multiple delegates for the same node were getting notified when e.stopProp()
was called, even though they were delegating from different containers. This
would be fine (delegate pretends to be individual direct subscriptions) if it
weren't inconsistent with how other events work in that scenario.
When there are focus delegates matching the same node, but subscribed from different containers, and the inner container's delegate callback calls
e.stopPropagation()
, the outer container's delegate callback is also being called. Maybe easier to understand in code: http://jsbin.com/iwAPeke/1/editI will issue a pull request for this momentarily.
The text was updated successfully, but these errors were encountered: