[Webkit-unassigned] [Bug 64516] [CSSRegions] Collect flowed elements in different render element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 20 06:37:03 PDT 2011


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





--- Comment #6 from Chiculita Alexandru <achicu at adobe.com>  2011-07-20 06:37:03 PST ---
Some tasks related to this patch:

1. Overriding the RenderFlowThread::paint and RenderFlowThread::nodeAtPoint do not seem enough. Child elements might render inside different RenderLayers, so the right approach would have been to force the RenderLayer to avoid rendering the RenderFlowThread and any descendant layer. The same for nodeAtPoint. I will post a new patch with that.

2. Elements inside the RenderFlowThread that require a RenderLayerBacking should only be created if the RenderFlowThread is attached to RenderRegions. The layers need to be attached to the layer of the regions instead of attaching them to the layer of the 'virtual' RenderFlowThread.

-- 
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