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

Can't copy errors from the error box #52421

Closed
KoBeWi opened this issue Sep 5, 2021 · 1 comment · Fixed by #54870
Closed

Can't copy errors from the error box #52421

KoBeWi opened this issue Sep 5, 2021 · 1 comment · Fixed by #54870

Comments

@KoBeWi
Copy link
Member

KoBeWi commented Sep 5, 2021

Godot version

c6f6c05

System information

W10

Issue description

Example error:

func _ready():
	var sprite = Sprite2D.new()
	sprite.material = CanvasItemMaterial.new()

image

Steps to reproduce

  1. Make script error
  2. Click this button at the bottom:
    image
  3. Try to copy contents

Minimal reproduction project

No response

@rsubtil
Copy link
Contributor

rsubtil commented Sep 6, 2021

Regression from #42595

The code inside RichTextLabel::_get_line_text is always returning an empty string despite the selection existing.

cc @bruvzg

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