[Webkit-unassigned] [Bug 140276] Web Inspector: Phantom breakpoint appears on empty line after reload of minified file with a breakpoint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 8 19:45:49 PST 2015


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

Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #244314|review?, commit-queue?      |review+, commit-queue+
              Flags|                            |

--- Comment #4 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 244314
  --> https://bugs.webkit.org/attachment.cgi?id=244314
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=244314&action=review

> Source/WebInspectorUI/UserInterface/Views/TextEditor.js:115
> +                this._codeMirror.removeLineClass(0, "wrap");

_codeMirror.removeLineClass is a weird API. I had to look up what this meant. I thought the class was "wrap", but that is the element. No class removes all classes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150109/f562457c/attachment-0002.html>


More information about the webkit-unassigned mailing list