benfrancis / webview

A proposed HTML element and API to embed a web page inside a web page.
5 stars 0 forks source link

Event propagation / delegation should be specified #9

Open Gozala opened 9 years ago

Gozala commented 9 years ago

We run into some issues with the way way events propagate across the parent / child - (webview embedder / webview content) processes (see https://github.com/mozilla/browser.html/issues/317) I think it is important to specify where events occur first and how they propagate through process boundaries

Gozala commented 9 years ago

servo/servo#7083

Gozala commented 9 years ago

https://bugzilla.mozilla.org/show_bug.cgi?id=1198471