[Webkit-unassigned] [Bug 146498] Web Inspector: Option+Click not jumping to resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 6 22:50:00 PDT 2015


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

--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 256271
  --> https://bugs.webkit.org/attachment.cgi?id=256271
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256271&action=review

> Source/WebInspectorUI/UserInterface/Controllers/CodeMirrorTokenTrackingController.js:355
> +                    if (this._delegate && typeof this._delegate.tokenTrackingControllerHighlightedRangeWasClicked === "function")
> +                        this._delegate.tokenTrackingControllerHighlightedRangeWasClicked(this);

This is not commented in the ChangeLog. We couldn't determine why the setTimeout was needed... but it looks like it was there to deal with CodeMirror. In any case, if you didn't see a regression with this change it seems find to make.

-- 
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/20150707/c929c471/attachment-0001.html>


More information about the webkit-unassigned mailing list