WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
101497
Fix enclosingLayoutRect calls in InlineFlowBox.h
https://bugs.webkit.org/show_bug.cgi?id=101497
Summary
Fix enclosingLayoutRect calls in InlineFlowBox.h
Emil A Eklund
Reported
2012-11-07 11:39:25 PST
InlineFlowBox.h used to include LayoutTypesInlineMethods.h which overrid enclosingLayoutRect to call closingIntRect. When we removed the LayoutTypes abstraction we switched these to enclosingIntRect to preserve the behavior. This patch changes these back to enclosingLayoutRect which is the desired behavior. This might fix
bug 98062
.
Attachments
Patch
(10.45 KB, patch)
2012-11-07 11:42 PST
,
Emil A Eklund
no flags
Details
Formatted Diff
Diff
Patch
(56.15 KB, patch)
2012-11-07 15:44 PST
,
Emil A Eklund
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Emil A Eklund
Comment 1
2012-11-07 11:42:44 PST
Created
attachment 172851
[details]
Patch
Emil A Eklund
Comment 2
2012-11-07 15:44:07 PST
Created
attachment 172884
[details]
Patch
Emil A Eklund
Comment 3
2012-11-08 08:45:44 PST
Committed
r133903
: <
http://trac.webkit.org/changeset/133903
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug