[Webkit-unassigned] [Bug 143539] Web Inspector: Regression: Showing of color swatches no longer works in Details Sidebar
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 8 16:34:03 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143539
--- Comment #3 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 250393
--> https://bugs.webkit.org/attachment.cgi?id=250393
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=250393&action=review
> Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js:396
> + this._codeMirror.setUniqueBookmark(codeMirrorTextMarker.find().from, swatchElement);
I think codeMirrorTextMarker.find() can return null/undefined. Maybe this need a null check and early return?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150408/9e9ea099/attachment.html>
More information about the webkit-unassigned
mailing list