Replies: 3 comments 7 replies
-
|
Another weird data point: I can type spaces on a new blank line at the end of the document only. |
Beta Was this translation helpful? Give feedback.
-
|
I added this hack to get around this issue for now. Baffling! |
Beta Was this translation helpful? Give feedback.
-
|
The attached Qooxdoo application shows this behavior. If you use VS Code to open the folder, there is a dev container if you don't want to set up the environment on your host. To build the UI, there is a VS Code task, or you can run this on the command line:
That will create an |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've embedded the editor successfully into my application and enabled a theme along with Python syntax highlighting. Everything seems to be working perfectly, except for the baffling fact that I cannot type a space. (I can paste one though.)
Obviously, it suggests to me something is capturing the spacebar key event, but there is nothing in my code doing that, so I am a little lost. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions