Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken links on completion page #975

Open
jtmedley opened this issue Jul 31, 2024 · 2 comments
Open

Broken links on completion page #975

jtmedley opened this issue Jul 31, 2024 · 2 comments
Labels
bug Something isn't working as intended

Comments

@jtmedley
Copy link

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
@jtmedley jtmedley added the bug Something isn't working as intended label Jul 31, 2024
@NathanLovato
Copy link
Contributor

NathanLovato commented Jul 31, 2024

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
Copy link

bottleofyourneck commented Aug 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

3 participants