[Webkit-unassigned] [Bug 60433] Web Inspector: REGRESSION metrics editing doesn't applies to the element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 7 02:09:07 PDT 2011


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





--- Comment #2 from Ilya Tikhonovsky <loislo at chromium.org>  2011-05-07 02:09:07 PST ---
(In reply to comment #1)
> What does "does not apply" mean in this context? The element's inline style does not receive the altered box properties? The visual model is not guaranteed to change once these properties are applied (e.g. for position: static elements).

the entered value doesn't appear in the element's style property and there is no visual changes in the inspected page.

I saw the next error in the inspector's inspector console:

Uncaught TypeError: Object #<MouseEvent> has no method 'getPropertyValue'
WebInspector.MetricsSidebarPane.editingCommitted
DevTools.js:16538
boundDevTools.js:12
editingCommittedDevTools.js:3449
handleEditingResultDevTools.js:3468
keyDownEventListener

the line:
 if (computedStyle.getPropertyValue("box-sizing") === "border-box" && (styleProperty === "width" || styleProperty === "height")) {

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