[Webkit-unassigned] [Bug 128768] Web Inspector: Color Picker doesn't update color of CSS property
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 18 00:52:00 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=128768
--- Comment #7 from Chris J. Shull <chrisjshull at gmail.com> 2014-02-18 00:49:12 PST ---
On line 644 there is this check:
if (mark.type === "range" && !mark.__cssProperty) {
I'm thinking that might be replaced this with this:
if (WebInspector.TextMarker.textMarkerForCodeMirrorTextMarker(mark).type === WebInspector.TextMarker.Type.Color) {
This might be less brittle to changes down the road.
--
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