[Webkit-unassigned] [Bug 129478] [CSSRegions] Children of inline-block content-node are not displayed in regions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 11 08:10:04 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=129478





--- Comment #3 from Mihnea Ovidenie <mihnea at adobe.com>  2014-03-11 08:07:02 PST ---
Created an attachment (id=226427)
 --> (https://bugs.webkit.org/attachment.cgi?id=226427&action=review)
Patch 3

WIP3:
* for a box in block flow, attempts to compute the range only if the parent has a computed region range
* modified getRegionRangeForBox to return false if the region range was not cached - either in region range map or stored in a corresponding RootInlineBox. If unable to retrieve the range from the cached information, try to see if the box has a parent that is unsplittable and try to get the first region from that parent range
* modified RenderObject::locateFlowThreadContainingBlock to check the flowThreadState of the object and the flow on the stack, in those cases in which we have a multi-column element inside a named flow and locateFlowThreadContainingBlock would return the multicolumn-flowthread for elements outside the multicolumn-flowthread

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list