circuitpython / web-editor

Online web editor for CircuitPython
https://code.circuitpython.org
MIT License
30 stars 15 forks source link

Web Workflow Serial screen on Full Editor page is not accepting keyboard input #189

Closed RetiredWizard closed 4 months ago

RetiredWizard commented 4 months ago

CircuitPython Version

Adafruit CircuitPython 9.0.0-beta.2 on 2024-02-20; Adafruit QT Py ESP32C3 with ESP32-C3FN4
Adafruit CircuitPython 9.1.0-beta.1-19-g98988a1849 on 2024-05-10; Ai Thinker ESP32-CAM with ESP32

Workflow(s)

WEB

Browser(s)

Google Chrome Version 124.0.6367.201 (Official Build) (64-bit)

Console Log

No response

Steps

  1. Connect to board via Web Workflow
  2. Select Full Code Editor
  3. Close the two dialog messages
  4. Click on the serial button
  5. Click within the serial window
  6. Attempt to enter text, press return or ctrl-c/ctrl-d

Description

Nothing happens in the serial window, it doesn't respond to any keyboard input. The Restart and Clear buttons both function properly.

Additional information

No response

makermelissa commented 4 months ago

I wonder if #187 introduced this issue. I'll do some testing today.

RetiredWizard commented 4 months ago

Thanks! Seems to work fine now :grin: