Bug 80351 - InlineTextBox is using the wrong origin when calling addRelevantRepaintedObject
Summary: InlineTextBox is using the wrong origin when calling addRelevantRepaintedObject
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified OS X 10.7
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 16:51 PST by Beth Dakin
Modified: 2012-03-06 12:09 PST (History)
1 user (show)

See Also:


Attachments
Patch (17.96 KB, patch)
2012-03-06 11:45 PST, Beth Dakin
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2012-03-05 16:51:31 PST
InlineTextBox is using the adjustedPaintOffset when calling addRelevantRepaintedObject, but it should be using the textOrigin. Patch forthcoming.
Comment 1 Beth Dakin 2012-03-06 11:45:33 PST
Created attachment 130423 [details]
Patch
Comment 2 Beth Dakin 2012-03-06 12:09:26 PST
http://trac.webkit.org/changeset/109944