Bug 70197 - REGRESSION (r96620): Float-avoiding block positioned incorrectly in right-to-left block
Summary: REGRESSION (r96620): Float-avoiding block positioned incorrectly in right-to-...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: mitz
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2011-10-15 22:51 PDT by mitz
Modified: 2011-10-16 08:55 PDT (History)
1 user (show)

See Also:


Attachments
Use startOffsetForContent() instead of logicalLeftOffsetForContent() in computeStartPositionDeltaForChildAvoidingFloats() (19.08 KB, patch)
2011-10-15 22:53 PDT, mitz
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-10-15 22:51:02 PDT
REGRESSION (r96620): Float-avoiding block positioned incorrectly in right-to-left block
Comment 1 mitz 2011-10-15 22:53:02 PDT
Created attachment 111175 [details]
Use startOffsetForContent() instead of logicalLeftOffsetForContent() in computeStartPositionDeltaForChildAvoidingFloats()
Comment 2 David Kilzer (:ddkilzer) 2011-10-16 08:50:09 PDT
Comment on attachment 111175 [details]
Use startOffsetForContent() instead of logicalLeftOffsetForContent() in computeStartPositionDeltaForChildAvoidingFloats()

r=me
Comment 3 mitz 2011-10-16 08:55:07 PDT
Fixed in <http://trac.webkit.org/r97575>.