[Webkit-unassigned] [Bug 67614] <meter> doesn't update rendering when its value is changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 5 13:58:38 PDT 2011


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





--- Comment #2 from Dominic Cooney <dominicc at chromium.org>  2011-09-05 13:58:38 PST ---
MeterShadowElement probably claims it doesn’t need a renderer in rendererIsNeeded, and this means the parent DIV of the value doesn’t have a renderer and hence doesn’t have a style. I note that adding <style>meter { -webkit-appearance: none; }</style> makes the bar update as expected.

Is the right thing here to use the Node::nonRendererRenderStyle hook that HTMLOptionElement uses?

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