Bug 58470 - WebKit1 does not always send an event to the main frame
Summary: WebKit1 does not always send an event to the main frame
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 56410
  Show dependency treegraph
 
Reported: 2011-04-13 12:20 PDT by Ryosuke Niwa
Modified: 2024-01-29 17:07 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-04-13 12:20:07 PDT
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.
Comment 1 Alexey Proskuryakov 2011-04-13 13:09:25 PDT
That's what "Viewless WebKit" was about, but see bug 39754.
Comment 2 Ahmad Saleem 2024-01-29 17:07:59 PST
Do we need to track WK1 enhancement or we can mark this as something appropriate?