Bug 1954044 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I can reproduce the issue on Nightly138.0a1 Windows11.

The following error is shown in Browser Console.
```
TypeError: can't access property "results", queryContext is undefined
    onSearchSessionEnd resource:///modules/UrlbarProviderGlobalActions.sys.mjs:141
    tryMethod resource:///modules/UrlbarUtils.sys.mjs:2420
    #notifySearchSessionEnd resource:///modules/UrlbarProvidersManager.sys.mjs:483
    notifyEngagementChange resource:///modules/UrlbarProvidersManager.sys.mjs:420
    #internalRecord resource:///modules/UrlbarController.sys.mjs:1027
    record resource:///modules/UrlbarController.sys.mjs:896
    handleNavigation resource:///modules/UrlbarInput.sys.mjs:851
    handleCommand resource:///modules/UrlbarInput.sys.mjs:702
    _initPasteAndGo resource:///modules/UrlbarInput.sys.mjs:3633
UrlbarUtils.sys.mjs:2422:15
    tryMethod resource:///modules/UrlbarUtils.sys.mjs:2422
    #notifySearchSessionEnd resource:///modules/UrlbarProvidersManager.sys.mjs:483
    notifyEngagementChange resource:///modules/UrlbarProvidersManager.sys.mjs:420
    #internalRecord resource:///modules/UrlbarController.sys.mjs:1027
    record resource:///modules/UrlbarController.sys.mjs:896
    handleNavigation resource:///modules/UrlbarInput.sys.mjs:851
    handleCommand resource:///modules/UrlbarInput.sys.mjs:702
    _initPasteAndGo resource:///modules/UrlbarInput.sys.mjs:3633

Uncaught TypeError: SVGPathElement.setPathData: Element of argument 1 does not implement interface SVGPathSegment.
    $e https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    it https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    setOptions https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    ot https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    <anonymous> https://anseki.github.io/leader-line/:45
    EventListener.handleEvent* https://anseki.github.io/leader-line/:42
libs-d4667dd-211118164156.js:3:45362
    $e https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    it https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    setOptions https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    ot https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    <anonymous> https://anseki.github.io/leader-line/:45
    (Async: EventListener.handleEvent)
    <anonymous> https://anseki.github.io/leader-line/:42

*** snip ***

```
I can reproduce the issue on Nightly138.0a1 Windows11.

The following error is shown in Browser Console.
```
TypeError: can't access property "results", queryContext is undefined
```
Uncaught TypeError: SVGPathElement.setPathData: Element of argument 1 does not implement interface SVGPathSegment.
    $e https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    it https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    setOptions https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    ot https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    <anonymous> https://anseki.github.io/leader-line/:45
    EventListener.handleEvent* https://anseki.github.io/leader-line/:42
libs-d4667dd-211118164156.js:3:45362
    $e https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    it https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    setOptions https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    ot https://anseki.github.io/leader-line/js/libs-d4667dd-211118164156.js:3
    <anonymous> https://anseki.github.io/leader-line/:45
    (Async: EventListener.handleEvent)
    <anonymous> https://anseki.github.io/leader-line/:42

*** snip ***

```

Back to Bug 1954044 Comment 3