GDQuest / learn-gdscript

Learn Godot's GDScript programming language from zero, right in your browser, for free.
https://gdquest.github.io/learn-gdscript/
Other
2.07k stars 153 forks source link

Typing Paranthesis and moving backwards one step with cursor-key will loose all things typed into editor (happens only in staging version) #330

Closed bir-thg closed 2 years ago

bir-thg commented 2 years ago

[Describe the bug] For instance https://gdquest.github.io/learn-gdscript/staging/#course/lesson-6-multiple-function-parameters/practice-lkGx0c7D.tres is called.

After following the steps below, all changes in the editor are lost and the course index is shown.

To Reproduce Steps to reproduce the bug:

  1. Go for instance to https://gdquest.github.io/learn-gdscript/staging/#course/lesson-6-multiple-function-parameters/practice-lkGx0c7D.tres

  2. Type into the editor: func functionname()

  3. Go backwards one step with the cursor-key-left

  4. See error happens: the course index is shown, the content of the editor is lost.

Expected behavior This error happens every time you go over a closing paranthesis while you are trying to fill in for instance parameters. This happens only with the staging version.

Screenshots course index shown

Information about your device (please complete the following information):

Additional context

NathanLovato commented 2 years ago

There's a bug with the CI, it's not the app itself. The github actions are stuck building a commit from over 1 month ago, see #328