Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in XTermWebGLFrontend.copySelection() #8091

Closed
tomekjarosik opened this issue Mar 18, 2023 · 0 comments
Closed

Exception in XTermWebGLFrontend.copySelection() #8091

tomekjarosik opened this issue Mar 18, 2023 · 0 comments
Labels

Comments

@tomekjarosik
Copy link

Describe the problem:

error_handler.ts:45 ERROR TypeError: CellData.CellData is not a constructor
    at XTermWebGLFrontend.getLineAsHTML (F:\Apps\TabbyTermina…t\index.js:37792:22)
    at XTermWebGLFrontend.getSelectionAsHTML (F:\Apps\TabbyTermina…t\index.js:37765:26)
    at XTermWebGLFrontend.copySelection (F:\Apps\TabbyTermina…t\index.js:37605:28)
    at F:\Apps\TabbyTermina…t\index.js:39803:93
    at timer (zone.js:2378:41)
    at _ZoneDelegate.invokeTask (zone.js:406:31)
    at Object.onInvokeTask (ng_zone.ts:408:29)
    at _ZoneDelegate.invokeTask (zone.js:405:60)
    at Zone.runTask (zone.js:178:47)
    at invokeTask (zone.js:487:34)
    at ZoneTask.invoke (zone.js:476:48)
    at data.args.<computed> (zone.js:2358:32)
    at sentryWrapped (helpers.ts:87:17)

To Reproduce:
I just discovered Tabby and installed it on (almost fresh) Windows 11. Tried a few basic things and found out that if I try to select a text and copy it, it does not work (pasting from clipboard works). I got the above exception when I tried to debug it.

100% reproducible.
Version: 1.0.191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant