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
Problem
Hello,
I didn't test all events so some may also be bugged, but since 68d2fdbonblur and onscroll doesn't works. onfocusout can be used in place of onblur but there is no equivalent for the onscroll event.
* Add failing test for non bubbling events
Adds a failing test to identify the issue raised in #2061
* Fix handling events in capture phase
The global mutltiplex registers an event listeners on the body element
and then we do the event bubbling manually in Yew, however, because we
were still registering event listeners to run on the bubbling phase
events that do not bubble (like blur) never reach the body element.
Problem
Hello,
I didn't test all events so some may also be bugged, but since 68d2fdb
onblur
andonscroll
doesn't works.onfocusout
can be used in place ofonblur
but there is no equivalent for theonscroll
event.Steps To Reproduce
Environment:
master
1.54.0
Firefox
andEdge
Cheers.
The text was updated successfully, but these errors were encountered: