RESOLVED FIXED 153685
Uncaught Exception: TypeError: undefined is not an object (evaluating 'highlightedRange.from')
https://bugs.webkit.org/show_bug.cgi?id=153685
Summary Uncaught Exception: TypeError: undefined is not an object (evaluating 'highli...
Joseph Pecoraro
Reported 2016-01-29 16:18:15 PST
Uncaught exceptions: - TypeError: undefined is not an object (evaluating 'highlightedRange.from') (at CodeMirrorTokenTrackingController.js:167:73) * STEPS TO REPRODUCE 1. Put cursor in a color value 2. Hold Option+Down or Option+Up to constantly change the # value => Exception
Attachments
[PATCH] Proposed Fix (1.99 KB, patch)
2016-02-01 21:07 PST, Joseph Pecoraro
timothy: review+
buildbot: commit-queue-
Archive of layout-test-results from ews117 for mac-yosemite (899.19 KB, application/zip)
2016-02-01 22:03 PST, Build Bot
no flags
Joseph Pecoraro
Comment 1 2016-02-01 21:07:22 PST
The key to reproducing this, is that your mouse must be over the number you are modifying. This triggers the CodeMirrorTokenTrackingController highlight for the number that you are replacing with the alterNumber keyboard shortcut.
Joseph Pecoraro
Comment 2 2016-02-01 21:07:34 PST
Created attachment 270469 [details] [PATCH] Proposed Fix
Radar WebKit Bug Importer
Comment 3 2016-02-01 21:07:50 PST
Radar WebKit Bug Importer
Comment 4 2016-02-01 21:07:54 PST
Build Bot
Comment 5 2016-02-01 22:03:15 PST
Comment on attachment 270469 [details] [PATCH] Proposed Fix Attachment 270469 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/770908 New failing tests: transitions/default-timing-function.html
Build Bot
Comment 6 2016-02-01 22:03:17 PST
Created attachment 270472 [details] Archive of layout-test-results from ews117 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews117 Port: mac-yosemite Platform: Mac OS X 10.10.5
Joseph Pecoraro
Comment 7 2016-02-02 11:11:21 PST
Note You need to log in before you can comment on or make changes to this bug.