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

Calling goto_help on same object multiple times throws error #92405

Closed
fthycl opened this issue May 27, 2024 · 2 comments · Fixed by #92454
Closed

Calling goto_help on same object multiple times throws error #92405

fthycl opened this issue May 27, 2024 · 2 comments · Fixed by #92454

Comments

@fthycl
Copy link

fthycl commented May 27, 2024

Tested versions

  • Reproducible on 4.3 dev6
  • 4.2 does not have the issue

System information

Godot v4.3 (dev6) - Ubuntu 22.04.4 LTS 22.04 - Wayland - Vulkan (Mobile) - integrated Intel(R) Graphics (ADL GT2) () - 12th Gen Intel(R) Core(TM) i7-1260P (16 Threads)

Issue description

When I press F1, and search, e.g., create_convex_collision, more than once, it throws the following error:

Signal 'draw' is already connected to given callable 'RichTextLabel::scroll_to_paragraph' in that object.

Sometimes, it takes more than 2 times to trigger the error.

This is also occurring when show_native_symbol_in_editor lsp method is called multiple times with the same symbol id, since it also ends up calling goto_help.

Steps to reproduce

In v4.3, open the help menu, and search for the same function repeatedly until you get the error in the output.

Minimal reproduction project (MRP)

N/A

@dalexeev
Copy link
Member

I noticed this when I was working on improving help tooltips. This happens under certain conditions if the page is already open in the editor.

@Maran23
Copy link
Contributor

Maran23 commented May 27, 2024

Sounds like a regression from: #90035.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants