Bug 153685 - Uncaught Exception: TypeError: undefined is not an object (evaluating 'highlightedRange.from')
Summary: Uncaught Exception: TypeError: undefined is not an object (evaluating 'highli...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-01-29 16:18 PST by Joseph Pecoraro
Modified: 2016-02-02 11:11 PST (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.99 KB, patch)
2016-02-01 21:07 PST, Joseph Pecoraro
timothy: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
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 Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 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
Comment 1 Joseph Pecoraro 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.
Comment 2 Joseph Pecoraro 2016-02-01 21:07:34 PST
Created attachment 270469 [details]
[PATCH] Proposed Fix
Comment 3 Radar WebKit Bug Importer 2016-02-01 21:07:50 PST
<rdar://problem/24453196>
Comment 4 Radar WebKit Bug Importer 2016-02-01 21:07:54 PST
<rdar://problem/24453198>
Comment 5 Build Bot 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
Comment 6 Build Bot 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
Comment 7 Joseph Pecoraro 2016-02-02 11:11:21 PST
http://trac.webkit.org/changeset/196018