The Bug:
Several buttons and icons use the old tooltip design upon being hovered over.
Affected Buttons/Icons:
Here is a table of all of the affected buttons and icons that use the old tooltip design upon being hovered over. Please note that there could be more examples of this that aren't listed below.
Affected Buttons/Icons | Location (GUI) | Attachment |
---|---|---|
Statistics Sorting Buttons | Statistics Menu | [media] |
Statistics Item Icons | Statistics Menu | [media] |
Realms Invitation Button | Realms Menu | [media] |
Realms Leave/Configure Realm Buttons | Realms Menu | [media] |
Realms Traffic Icon | Realms Menu | [media] |
Realms News/What is Realms? Buttons | Realms Menu | [media] |
Realms World Backups "+" Changes Icon | Realms Menu | [media] |
Realms World Icons | Realms Menu | [media] |
h3. Steps to Reproduce:
Locate any of the buttons or icons listed above and hover over them.
Take note as to whether or not several buttons and icons use the old tooltip design upon being hovered over.
Observed Behavior:
Several buttons and icons use the old tooltip design upon being hovered over.
Expected Behavior:
Several buttons and icons would use the new tooltip design upon being hovered over.
Linked issues
is duplicated by 2
Attachments
Comments 10
Can confirm in 1.17.1. I'd like to request ownership of this ticket since the current reporter has been inactive since February 2014. I'm willing to provide all of the necessary information and will keep this report updated.
Some helpful info about this bug for the Statistics tooltips:
This is caused because the statistics screen uses it's own method (see: StatsScreen.ItemStatisticsList, method renderMousehoverTooltip) for rendering tooltips. This method hasn't been updated, even tough it uses the same paramethers as Screen's renderTooltip (the one with the current design). This can be resolved by removing the old method and using the new one instead.
Separately, this bug also causes items at the statistics screens to not have the colored font used for Rarity. This needs to be fixed using a different way, such as converting the Item instance into an ItemStack instance and using the renderTooltip method for ItemStacks (not Component)
Can confirm in 21w05b.