RESOLVED FIXED114389
Inspector highlights are offset when the WKView has a header
https://bugs.webkit.org/show_bug.cgi?id=114389
Summary Inspector highlights are offset when the WKView has a header
Beth Dakin
Reported 2013-04-10 16:01:54 PDT
Inspector highlights don't match up when the WKView has a header or footer. <rdar://problem/13522434>
Attachments
Patch (2.18 KB, patch)
2013-04-10 16:07 PDT, Beth Dakin
sam: review+
Beth Dakin
Comment 1 2013-04-10 16:07:35 PDT
Sam Weinig
Comment 2 2013-04-10 16:19:17 PDT
Comment on attachment 197413 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=197413&action=review > Source/WebCore/platform/ScrollView.cpp:721 > + IntPoint viewPoint = contentsPoint + IntPoint(0, headerHeight()) - scrollOffset(); This should be an IntSize.
Beth Dakin
Comment 3 2013-04-10 16:24:47 PDT
Note You need to log in before you can comment on or make changes to this bug.