[Webkit-unassigned] [Bug 103040] Web Inspector: Can we provide an interface to update the "Metrics" and "Highlight Overlay" according to the change of inspected page.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 22 21:46:05 PST 2012


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





--- Comment #9 from Peter Wang <peter.wang at torchmobile.com.cn>  2012-11-22 21:48:08 PST ---
(In reply to comment #8)
> We should not update entire document on an attribute change. There are explicit and implicit arguments changes (setAttribute and say changing style via CSS OM). We detect first via instrumenting DOM mutation and we have special handling for the latter. What attribute of DOM changes and why in your case? I.e. what part of WebCore obsoletes the old value and computes the new one?

For example, when mobile is rotated, the width of <div> becomes more wide, but the "Metrics" and "highlight overlay" still show the old results (refer to the attached picture2 and picture3).

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