Bug 284114
| Summary: | Uncaught Exception: TypeError: E.isInsertionCaretInside is not a function | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | willddempster |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | cedric.colin35, inspector-bugzilla-changes, jessieodeh08, nickkisaacs, rcaliman, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=293589 https://bugs.webkit.org/show_bug.cgi?id=299194 |
||
willddempster
Uncaught Exception in Web Inspector.
Steps to Reproduce:
1. What were you doing? Include setup or other preparations to reproduce the exception.
2. Include explicit, accurate, and minimal steps taken. Do not include extraneous or irrelevant steps.
3. What did you expect to have happen? What actually happened?
Uncaught Exceptions:
-----------------------
- TypeError: E.isInsertionCaretInside is not a function (at manifest-yr1khc1r.js:85:110934)
WI._focusChanged @ manifest-yr1khc1r.js:85:110934
TextareaInput.prototype.focus @ codemirror.js:8770:25
focus @ codemirror.js:7634:58
focus @ manifest-yr1khc1r.js:51:1250154
attached @ manifest-yr1khc1r.js:51:858431
_didMoveToParent @ manifest-yr1khc1r.js:51:410937
insertSubviewBefore @ manifest-yr1khc1r.js:51:409166
addSubview @ manifest-yr1khc1r.js:51:408414
_showEntry @ manifest-yr1khc1r.js:51:1263590
showBackForwardEntryForIndex @ manifest-yr1khc1r.js:51:1258843
showContentView @ manifest-yr1khc1r.js:51:1258357
_tabBarItemSelected @ manifest-yr1khc1r.js:51:572875
A @ manifest-yr1khc1r.js:37:11388
dispatchEventToListeners @ manifest-yr1khc1r.js:37:11428
selectTabBarItem @ manifest-yr1khc1r.js:51:554098
set selectedTabBarItem @ manifest-yr1khc1r.js:51:553582
WI.contentLoaded @ manifest-yr1khc1r.js:85:88809
? @
-----------------------
Notes:
Inspected URL: (unknown)
Loading completed: false
Frontend User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
willddempster
edit:
forgot to add reproduction steps:
1. run a bun script with --inspect
2. open link in firefox with standard security mode
3. see above error
Razvan Caliman
There is no file in Web Inspector matching this pattern: `manifest-yr1khc1r.js`
Is this a bug in a forked project? Sounds like it from the steps to reproduce:
> 1. run a bun script with --inspect
> 2. open link in firefox with standard security mode
The function `isInsertionCaretInside` is an extension to the `Element` prototype defined here: https://github.com/WebKit/WebKit/blob/main/Source/WebInspectorUI/UserInterface/Base/Utilities.js#L505
Perhaps the file is missing from the project.
I don't think this actionable here.
Radar WebKit Bug Importer
<rdar://problem/141368936>
Razvan Caliman
No follow-up. Closing.
Razvan Caliman
*** Bug 286476 has been marked as a duplicate of this bug. ***
Razvan Caliman
*** Bug 294465 has been marked as a duplicate of this bug. ***
Razvan Caliman
*** Bug 300002 has been marked as a duplicate of this bug. ***