Bug 47204 - Fix isSelfCollapsingBlock to be block-flow-aware.
Summary: Fix isSelfCollapsingBlock to be block-flow-aware.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 46419
  Show dependency treegraph
 
Reported: 2010-10-05 13:14 PDT by Dave Hyatt
Modified: 2010-10-05 13:32 PDT (History)
0 users

See Also:


Attachments
Patch (20.45 KB, patch)
2010-10-05 13:17 PDT, Dave Hyatt
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-10-05 13:14:04 PDT
Fix isSelfCollapsingBlock to be block-flow-aware.  It's still using height instead of logical-height.
Comment 1 Dave Hyatt 2010-10-05 13:17:35 PDT
Created attachment 69831 [details]
Patch
Comment 2 Dave Hyatt 2010-10-05 13:32:19 PDT
Fixed in r69141.