RESOLVED FIXED 148508
Web Inspector: Uncaught exception in CSS Completion - TypeError: undefined is not an object (evaluating 'this._values[middleIndex].startsWith')
https://bugs.webkit.org/show_bug.cgi?id=148508
Summary Web Inspector: Uncaught exception in CSS Completion - TypeError: undefined is...
Joseph Pecoraro
Reported 2015-08-26 18:04:14 PDT
* 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.
Attachments
[PATCH] Proposed Fix (3.36 KB, patch)
2015-08-26 18:10 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-08-26 18:10:35 PDT
Created attachment 260014 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2015-08-26 18:28:23 PDT
Comment on attachment 260014 [details] [PATCH] Proposed Fix Clearing flags on attachment: 260014 Committed r189008: <http://trac.webkit.org/changeset/189008>
WebKit Commit Bot
Comment 3 2015-08-26 18:28:26 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.