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

Tooltip panel has grey background behind corners #78823

Closed
voylin opened this issue Jun 29, 2023 · 3 comments
Closed

Tooltip panel has grey background behind corners #78823

voylin opened this issue Jun 29, 2023 · 3 comments

Comments

@voylin
Copy link
Contributor

voylin commented Jun 29, 2023

Godot version

4.0.3-stable

System information

Arch linux, i3 wm

Issue description

I'm experiencing a 'bug' with tooltips. The moment you round the corners, you can see some grey box behind the tooltip. I don't think this is intended to be there, but correct me if I am wrong or if I'm doing something wrong here.

BugGodot

Steps to reproduce

Use a custom theme, change the panel property of the tooltip and add rounded corners.

Minimal reproduction project

tooltip_bug.zip

@akien-mga
Copy link
Member

Does not require a project.

That would actually be very helpful to make sure we can test the right scenario and reproduce the issue.

@voylin
Copy link
Contributor Author

voylin commented Jun 29, 2023

Does not require a project.

That would actually be very helpful to make sure we can test the right scenario and reproduce the issue.

I've added a test project, but it is basically what the reproduction steps say. I've been trying to figure out why this happens but I can't quite find why it does that.

Maybe it inherits from window, like popup does, and it does not make the window itself transparent? if that is the case it would be an easy fix, but I don't have much time to actually check it out. I may give it a try tomorrow morning to see if that would fix it

@Calinou
Copy link
Member

Calinou commented Jun 29, 2023

Thanks for the report! Consolidating with #76071.

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

No branches or pull requests

3 participants