Skip to content

Fix Crash Reporting U.X.#67

Draft
Penguin-Guru wants to merge 3 commits intooverte-org:masterfrom
Penguin-Guru:CrashReporting
Draft

Fix Crash Reporting U.X.#67
Penguin-Guru wants to merge 3 commits intooverte-org:masterfrom
Penguin-Guru:CrashReporting

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.

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.

3 participants