Bug 111221

Summary: [New Multicolumn] Transformed objects inside fragmented transparent objects don't render
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, esprehn+autocc, ojan.autocc, simon.fraser, WebkitBugTracker, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Tweak some variable names. simon.fraser: review+

Dave Hyatt
Reported 2013-03-01 14:28:55 PST
Transformed objects inside fragmented transparent objects don't render. This is because the clip box we're computing to enclose descendant transformed elements did not account for the fact that they have to be split across columns.
Attachments
Patch (17.53 KB, patch)
2013-03-01 17:06 PST, Dave Hyatt
no flags
Tweak some variable names. (17.53 KB, patch)
2013-03-01 17:08 PST, Dave Hyatt
simon.fraser: review+
Dave Hyatt
Comment 1 2013-03-01 17:06:21 PST
Dave Hyatt
Comment 2 2013-03-01 17:08:01 PST
Created attachment 191078 [details] Tweak some variable names.
WebKit Review Bot
Comment 3 2013-03-01 17:10:19 PST
Attachment 191078 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/fast/multicol/mixed-opacity-fixed-test-expected.html', u'LayoutTests/fast/multicol/mixed-opacity-fixed-test.html', u'LayoutTests/fast/multicol/mixed-opacity-test-expected.html', u'LayoutTests/fast/multicol/mixed-opacity-test.html', u'LayoutTests/fast/multicol/transform-inside-opacity-expected.html', u'LayoutTests/fast/multicol/transform-inside-opacity.html', u'Source/WebCore/ChangeLog', u'Source/WebCore/rendering/RenderLayer.cpp', u'Source/WebCore/rendering/RenderLayer.h']" exit_code: 1 Source/WebCore/rendering/RenderLayer.cpp:1564: This { should be at the end of the previous line [whitespace/braces] [4] Source/WebCore/rendering/RenderLayer.cpp:1570: This { should be at the end of the previous line [whitespace/braces] [4] Source/WebCore/rendering/RenderLayer.cpp:1611: Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side. [whitespace/operators] [4] Total errors found: 3 in 10 files If any of these errors are false positives, please file a bug against check-webkit-style.
Dave Hyatt
Comment 4 2013-03-01 22:16:31 PST
Fixed in r144529.
Note You need to log in before you can comment on or make changes to this bug.