TipTac Reborn

TipTac Reborn

862k Downloads

[Flickering] It Shortly flickers when click transmogs in Transmogrifying window

hobulian opened this issue Β· 13 comments

commented

It's shortly flickering like this. Seems it went to original anchor and came right back to tiptac's anchor
https://imgur.com/a/FKhXEb8

commented

I excluded the ItemRefTooltip from re-anchoring (as it has already been for ShoppingTooltip1/2 and ItemRefShoppingTooltip1/2). Re-anchoring of FloatingBattlePetTooltip and FloatingPetBattleAbilityTooltip has never been applied. Changes are in main branch.

I think it seems fine now. What do you think?

commented

All is good now :)

commented

Ah, good to hear. 😎

commented

Is this related to ElvUI? I can't reproduce this. 🀨

commented

I couldn't reproduce this one, but I think my fix for #28 can resolve it, too. Can you test with main-branch?

commented

No. this one still happen.. Dunno why. When clicking other transmog item to select that at WardrobeCollectionFrame.ItemsTransmogFrame flickering still happen. And also found out that WardrobeCollectionFrame.SetsTransmogFrame's item set's tooltip border isn't quality colored yet..

commented

And also found out that WardrobeCollectionFrame.SetsTransmogFrame's item set's tooltip border isn't quality colored yet..

How do I get to frame WardrobeCollectionFrame.SetsTransmogFrame?

I don't have the dress up frame to the left and the selected items don't "glow".

commented

Ah... it's the transmogrifier on your mount. I will have a look at it...

commented

Can reproduce both issues! πŸ‘

After fixing this I will push out a new release... now we have enough bugfixes/enhancements for it. 😎

commented

Fixed. I added/changed the following things:

  • fixed flickering of tooltip when selecting an item or illusion at transmogrifier if "Anchors->Frame Tip Type = Mouse Anchor"
  • added border color and infos for sets at transmogrifier
  • fixed disappearing border color and infos when selecting an illusion at transmogrifier
  • added mouseover tooltip for transmog item and set chatlinks

Seems good now! πŸ‘

commented
  • Wow. I will check it out when back to home. So excepted!

  • I've checked fixed features. And seemingly it's working fine. Except when you double click transmog set at WardrobeCollectionFrame.SetsTransmogFrame, tiptac styled tooltip is gone. It just happen once per set maybe. After tooltip restyled to tiptac’s then it never went back to default tip style.

  • Found some other problems so i made video for those problems
    https://www.youtube.com/watch?v=G3eCtzfH7sY

commented

Fixed all issues (and 2 more):

  • fixed disappearing border color and infos if scrolling through illusions in wardrobe
  • fixed disappearing border color and infos on first mouseover if scrolling through toys in toy box
  • fixed sometimes disappearing border color and infos on first selecting on some sets at transmogrifier if waiting for set data
  • fixed flickering if scrolling through runecarving powers in "Adventure Guide->Powers" if "Anchors->Frame Tip Type" = "Mouse Anchor"
  • fixed flickering if scrolling through toys in toy box from last page to previous page and "Anchors->Frame Tip Type" = "Mouse Anchor"

Committed to main-branch. Looks fine to you, too? πŸ˜‰

commented
  • It's all fine now. All the problems are fixed now! Among all found flickering issue Only #7 is left now.

  • I found that itemRefTooltip is shown on mouse cursor's position when if you clicked links in chat. By default it was shown on center of UI parent if i didn't loaded tiptac. I think this is fixed during recent fixes. Anchor position is different by linked type now. So pet or petablilty is shown at lower-center of ui-parent. Achievement, Item, Spells, Currencies and etc.. are shown at cursor's position.