Bug 58470
Summary: | WebKit1 does not always send an event to the main frame | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Enhancement | CC: | ahmad.saleem792, ap, cmarcelo, darin, enrica, mjs, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.6 | ||
Bug Depends on: | |||
Bug Blocks: | 56410 |
Ryosuke Niwa
Right now, the WebKit1 port first does a hit test to figure out which frame the event should go to, and then sends the event to it. In other ports, events are sent to the main frames event handler, and they are hit tested there. - weinig
We should make the logic consistent.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
That's what "Viewless WebKit" was about, but see bug 39754.
Ahmad Saleem
Do we need to track WK1 enhancement or we can mark this as something appropriate?