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

Fix Crash Reporting U.X. #67

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Penguin-Guru
Copy link

@Penguin-Guru Penguin-Guru commented May 22, 2022

Original issue: vircadia/vircadia-native-core#1484
Original pull request: vircadia/vircadia-native-core#1507

This is a draft because there are two major Q.M.L. bugs:

  • ToolTip opacity is not being set when I attempted to hover.
  • Positioning of tooltip text is not what I wanted.

@Penguin-Guru
Copy link
Author

It might be good to add a similar warning indicator for settings that will not change effect until the application is restarted.

@@ -20,7 +22,8 @@ Item {

width: toolTipText.width + 4
height: toolTipText.height + 4
opacity: (toolTip != "" && showToolTip) ? 1 : 0
opacity: (toolTip != "" && showToolTip) ? 1 : 0 // Doesn't work.
//opacity: 1 // Works.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using this shows the opacity bug.

@akamicah akamicah added the work in progress Do not merge yet label Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work in progress Do not merge yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants