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.04k stars 149 forks source link

Broken links on completion page #975

Open jtmedley opened 1 month ago

jtmedley commented 1 month ago

Describe the bug Links for "Getting Started with Godot" and "Learn GDScript From Zero (Github repository)" are broken on the completion page. Mouseover changes mouse to pointer, but clicking on links does nothing. Cannot right click.

To Reproduce Steps to reproduce the bug:

  1. Go to last practice on last lesson (28).
  2. Enter text to correctly solve the last practice problem, i.e.: var whole_number: int = 4 var text: String = "Hello, world!" var vector: Vector2 = Vector2(1, 1) var decimal_number: float = 3.14
  3. Click "Run".
  4. Click "Continue" in popup window.
  5. Click "Continue" on bottom right.
  6. Attempt to click links on "Congratulations" screen.

    • Operating System: Windows
    • Browser: Chrome
NathanLovato commented 1 month ago

Thanks for reporting this. Just to confirm: you found the app in the Godot documentation, and the screen you're seeing is this one? (we have a special screen for the official Godot documentation)

image

bottleofyourneck commented 1 month ago

Can confirm links are broken on this screen. I came from docs too. I see the screen you've shown above.