[Webkit-unassigned] [Bug 148508] New: Web Inspector: Uncaught exception in CSS Completion - TypeError: undefined is not an object (evaluating 'this._values[middleIndex].startsWith')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 18:04:14 PDT 2015


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

            Bug ID: 148508
           Summary: Web Inspector: Uncaught exception in CSS Completion -
                    TypeError: undefined is not an object (evaluating
                    'this._values[middleIndex].startsWith')
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Keywords: DoNotImportToRadar
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
Uncaught exception in CSS Completion - TypeError: undefined is not an object (evaluating 'this._values[middleIndex].startsWith')

* STEPS TO REPRODUCE
1. Inspect <body> on about:blank
2. Styles > Rules
3. Type "background: re"
  => while typing "re" each letter triggers uncaught exception trying to generate completions

* EXCEPTION
Resources/Models/CSSCompletions.js:211:42: CONSOLE ERROR TypeError: undefined is not an object (evaluating 'this._values[middleIndex].startsWith')

* NOTES
- A COMPATIBILITY(iOS 6) comment was true, but it was also used that way by other code. Restore the code.

-- 
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/20150827/3669015f/attachment-0001.html>


More information about the webkit-unassigned mailing list