frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
119 stars 25 forks source link

Tooltip showing up enlarged #187

Closed Peregran closed 1 year ago

Peregran commented 1 year ago

Describe the bug After using chocolate data broker and mousing over some of the options the tooltips of various items show bigger than normal. If I disable the LDB, I don't see the issue (quick test, not comprehensive)

To Reproduce Steps to reproduce the behavior:

  1. Roll over a action button, tooltip is normal size
  2. Roll over a item in chocolate ldb and tooltip is larger
  3. Doing something random (not sure what) the tooltip returns to normal size.
  4. Issue did not occur before your code rewrite 2 versions back

Expected behavior Tooltips should always be same general size. Worked fine with 22.12.15

Screenshots Before: image

After (larger): image

TipTac Reborn (please complete the following information): Version 23.01.28

WoW (please complete the following information):

Additional context Add any other context about the problem here.

Peregran commented 1 year ago

Issue appears to be with "Currency Tracking" LDB. If I comment out all the "Setscale" calls for the tooltips in that addon the issue doesn't happen, so I'm guessing it is messing with the tooltip scales and not resetting it. Perhap this helps in determining the issue as it didn't happen pre-code rewrite.

outlawzgosu commented 1 year ago

I'm having the same issue and I also use Currency tracking. Mousing over the currency tracking icons on the screen makes tooltips large and I have to /reload to set them back to normal.

I temporarily fixed this issue by creating a new addon that creates an invisible frame over Currency Tracker, preventing the mouse from mousing over the icons. Seems to work for the time being but would love for currency tracker and tiptac to work together.

lowpita commented 1 year ago

image Hey. I have a similar issue with this happening on savedinstances (tracking 9 characters) when mouseovering the minimap icon, also happens when opening the savedinstances window by left clicking on the minimap icon. Normal behaviour before the code rewrite.

Peregran commented 1 year ago

No need to create a frame over currency tracking you could just disable the addon until the issue is resolved. Since I am a developer (at least part time), I just commented out the code in currency tracker so it still works but without the scaling issue until either this addon and/or the other addon are fixed depending what the real issue is (not blaming anyone).

frozn commented 1 year ago

I improved setting tip's scale and removed calling tip:SetIgnoreParentScale(true) to improve compatibility to other addons.

Fix will be included in the next release. 👍