Bug 131738

Summary: [New Multicolumn] columnTranslationForOffset is not column-span-aware
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, jonlee, kondapallykalyan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Dave Hyatt 2014-04-16 10:11:01 PDT
columnTranslationForOffset needs to work with column-span and with multiple column sets. Right now it only works if the column set is the first one. A column set after a span won't add in its offset like it should.
Comment 1 Radar WebKit Bug Importer 2014-04-17 23:13:30 PDT
<rdar://problem/16656294>
Comment 2 Dave Hyatt 2014-04-21 13:43:02 PDT
This does not block turning the new columns on.
Comment 3 Dave Hyatt 2014-04-22 13:00:48 PDT
Created attachment 229909 [details]
Patch

Since I'm so close to turning new columns on, this is covered by tests that will be enabled when the flag is flipped.
Comment 4 Dave Hyatt 2014-04-22 13:06:09 PDT
Fixed in r167677.