[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 03:28:13 PST 2014


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





--- Comment #9 from Diego Pino <dpino at igalia.com>  2014-02-18 03:25:25 PST ---
(In reply to comment #7)
> 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.

Tested it and it works. I agree is better this way.

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