[Webkit-unassigned] [Bug 187772] New: Web Inspector: REGRESSION(r232591): CodeMirrorEditor should not use a RegExp lineSeparator option

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 10:59:25 PDT 2018


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

            Bug ID: 187772
           Summary: Web Inspector: REGRESSION(r232591): CodeMirrorEditor
                    should not use a RegExp lineSeparator option
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattbaker at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Summary:
CodeMirrorEditor should not use a RegExp lineSeparator option. Instead we should leave this option undefined. When no lineSeparator is specified, CodeMirror will effectively split lines on /\r\n?|\n/, but joins on \n when recreating the source text.

Regressed in https://trac.webkit.org/changeset/232591.

-- 
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/20180718/f98bc1ff/attachment.html>


More information about the webkit-unassigned mailing list