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

Empty tooltips are shown on Java plugin popup #420 #479

Conversation

Vassiliy-Kudryashov
Copy link
Member

Description

Unfortunately com.intellij.ide.HelpTooltip machinery doesn't work for us, the issue is caused by empty HelpTooltip plus standard javax.swing.JTooltip

The solution is to use standard tooltip only.

Fixes #420

Type of Change

  • Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Manual Scenario

See the issue, help labels in our dialog should have standard tooltips with no empty artefacts.

Checklist (remove irrelevant options):

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • No new warnings

Sorry, something went wrong.

@Vassiliy-Kudryashov Vassiliy-Kudryashov linked an issue Jul 11, 2022 that may be closed by this pull request
@Vassiliy-Kudryashov Vassiliy-Kudryashov enabled auto-merge (squash) July 11, 2022 13:22
@Vassiliy-Kudryashov Vassiliy-Kudryashov merged commit 352c68a into main Jul 11, 2022
@Vassiliy-Kudryashov Vassiliy-Kudryashov deleted the Vassiliy-Kudryashov/420-empty-tooltips-are-shown-on-java-plugin-popup branch July 11, 2022 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Empty tooltips are shown on Java plugin popup
2 participants