WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
284114
Uncaught Exception: TypeError: E.isInsertionCaretInside is not a function
https://bugs.webkit.org/show_bug.cgi?id=284114
Summary
Uncaught Exception: TypeError: E.isInsertionCaretInside is not a function
willddempster
Reported
2024-12-05 10:43:43 PST
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
Comment 1
2024-12-05 10:45:22 PST
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
Comment 2
2024-12-06 02:54:43 PST
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
Comment 3
2024-12-12 10:44:12 PST
<
rdar://problem/141368936
>
Razvan Caliman
Comment 4
2024-12-13 08:03:55 PST
No follow-up. Closing.
Razvan Caliman
Comment 5
2025-01-27 05:30:29 PST
***
Bug 286476
has been marked as a duplicate of this bug. ***
Razvan Caliman
Comment 6
2025-06-16 10:59:31 PDT
***
Bug 294465
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug