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. |
0 replies
|
I added this hack to get around this issue for now. Baffling! |
3 replies
|
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 |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
All reactions