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

Cannot type text in a custom AnyWidget widget #209355

Closed
camillol opened this issue Apr 1, 2024 · 2 comments · Fixed by #209362
Closed

Cannot type text in a custom AnyWidget widget #209355

camillol opened this issue Apr 1, 2024 · 2 comments · Fixed by #209362
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release important Issue identified as high-priority insiders-released Patch has been released in VS Code Insiders notebook-output verified Verification succeeded
Milestone

Comments

@camillol
Copy link

camillol commented Apr 1, 2024

Type: Bug

I'm using a custom widget built using AnyWidget. It has a text input area.

In the latest Code Insiders, I can no longer type text in the input area. The text field is selected, but no input appears.

Extension version: 2024.2.0
VS Code version: Code - Insiders 1.88.0-insider (Universal) (d994aed, 2024-03-29T22:24:49.191Z)
OS version: Darwin arm64 23.4.0
Modes:

System Info
Item Value
CPUs Apple M2 Max (12 x 24)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) 7, 8, 7
Memory (System) 32.00GB (0.07GB free)
Process Argv --crash-reporter-id 7b87a5b2-68e7-4d42-ad22-32e3bce2e5e7
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstes627:30244334
vscod805:30301674
vsaa593cf:30376535
py29gd2263:30784851
c4g48928:30535728
vscrpc:30624061
962ge761:30841072
pythongtdpath:30726887
welcomedialog:30812478
pythonidxpt:30768918
pythonnoceb:30776497
asynctok:30898717
dsvsc013:30777762
dsvsc014:30777825
dsvsc015:30821418
pythontestfixt:30866404
pythonregdiag2:30926734
pyreplss1:30879911
pythonmypyd1:30859725
pythoncet0:30859736
2e7ec940:31000449
pythontbext0:30879054
accentitlementst:30870582
dsvsc016:30879898
dsvsc017:30880771
dsvsc018:30880772
bf62j303:30968145
cppperfnew:30980852
8082a590:30961435
fegfb526:30952798
bg6jg535:30979844
ccp2r3:30958153
pythonait:30973460
gee8j676:30988845
gd77d436:30999572

@DonJayamanne DonJayamanne assigned amunger and DonJayamanne and unassigned amunger Apr 1, 2024
@DonJayamanne
Copy link
Contributor

Can you confirm this works with a regular input element,
E.g. run the following code and verify this works

%%HTML
<input type="text">

Now try typing into the textbox.

@DonJayamanne DonJayamanne added info-needed Issue requires more information from poster notebook-output labels Apr 1, 2024
@camillol
Copy link
Author

camillol commented Apr 1, 2024

That reproduces the issue, i.e. typing in that field produces no text.

@DonJayamanne DonJayamanne assigned amunger and unassigned DonJayamanne Apr 1, 2024
@DonJayamanne DonJayamanne removed notebook-output info-needed Issue requires more information from poster labels Apr 1, 2024
@amunger amunger transferred this issue from microsoft/vscode-jupyter Apr 2, 2024
@amunger amunger added notebook-output bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority labels Apr 2, 2024
@amunger amunger added this to the March 2024 milestone Apr 2, 2024
@amunger amunger added candidate Issue identified as probable candidate for fixing in the next release bug Issue identified by VS Code Team member as probable bug and removed bug Issue identified by VS Code Team member as probable bug labels Apr 2, 2024
@vscodenpa vscodenpa added the unreleased Patch has not yet been released in VS Code Insiders label Apr 2, 2024
@rzhao271 rzhao271 added the verified Verification succeeded label Apr 3, 2024
@vscodenpa vscodenpa added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Apr 4, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release important Issue identified as high-priority insiders-released Patch has been released in VS Code Insiders notebook-output verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants