[Webkit-unassigned] [Bug 112822] Web Inspector: Fixed backgrounds don't appear in the layer list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 20 12:24:15 PDT 2013


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


Antoine Quint <graouts at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |graouts at apple.com,
                   |                            |simon.fraser at apple.com,
                   |                            |webkit-bug-importer at group.a
                   |                            |pple.com




--- Comment #1 from Antoine Quint <graouts at apple.com>  2013-03-20 12:26:41 PST ---
According to Simon Fraser, fixed backgrounds don't generate a RenderLayer, but rather a special GraphicsLayer directly attached to the root layer's RenderLayerBacking. As such, we'd need special code in the inspector to know how to deal with this, and how to generate a Layer object for a GraphicsLayer vs. a RenderLayer.

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