[Webkit-unassigned] [Bug 146256] Web Inspector: Nested ContentBrowsers / ContentViewContainers cause too many ContentView updates
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 23 15:47:19 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146256
--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
> 1. prepareToShow ResourceClusterContentView triggers
> restoreFromCookie/showContentView for the TextResourceContentView (call
> shown false) and updateLayout
This one is particularly nasty, because this is the ResourceClusterContentView triggering an updateLayout on its sub-ContentView (TextResourceContentView) without having shown() on that view first. So the elements may not actually be in the DOM, and therefore may get incorrect / unexpected values for its views.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150623/a9cfcd99/attachment.html>
More information about the webkit-unassigned
mailing list