Bug 112822
Summary: | Web Inspector: Fixed backgrounds don't appear in the layer list | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jake Archibald <jaffathecake> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | apavlov, graouts, inspector-bugzilla-changes, keishi, loislo, pfeldman, pmuellr, simon.fraser, vsevik, web-inspector-bugs, webkit-bug-importer, yurys |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://jsbin.com/abejeg/1/quiet |
Jake Archibald
Press "background" on the demo page to add a fixed background.
The background image to its own layer, which can be seen if you show composited borders, however nothing appears in the layer list for the page.
I guess this is because the background image gets its own layer, rather than the element with the background image getting a layer.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antoine Quint
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.
Radar WebKit Bug Importer
<rdar://problem/13464729>