[webkit-reviews] review denied: [Bug 13274] REGRESSION: Mouse events are not always sent to the "captured" subframe when dragging : [Attachment 13975] Build upon previous patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 23:13:27 PDT 2007


Dave Hyatt <hyatt at apple.com> has denied Dave Hyatt <hyatt at apple.com>'s request
for review:
Bug 13274: REGRESSION: Mouse events are not always sent to the "captured"
subframe when dragging
http://bugs.webkit.org/show_bug.cgi?id=13274

Attachment 13975: Build upon previous patch
http://bugs.webkit.org/attachment.cgi?id=13975&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
Hmmm still have some issues with this patch.

(1) It's bad to do extra hit testing if you are already capturing.  Should
restructure the code to not waste time doing that.

(2) Clearing capturing has to be robust and crawl up the frame tree to
future-proof for widget toolkits sending events straight to specific subframes.



More information about the webkit-reviews mailing list