[Webkit-unassigned] [Bug 128965] Web Inspector: editing a color in the Styles sidebar using the color picker only works once for a given color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 18 03:35:07 PST 2014


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





--- Comment #2 from Antoine Quint <graouts at webkit.org>  2014-02-18 03:32:19 PST ---
The CSSStyleDeclarationTextEditor does not use a CodeMirrorColorEditingController. However, the issue is that in the nested function updateCodeMirror() in CSSStyleDeclarationTextEditor.prototype._colorSwatchClicked() we do not find a valid colorTextMarker past the first update and thus we cannot update the text in the editor.

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