Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. Amadeus> Hey -- I may have something that will help fix Command.Tooltip very quickly
  2. Amadeus> if you use it with an ability ID ..the tooltip shows up properly at the "tooltip anchor" that you set in the layout
  3. Amadeus> however, if you use an ItemID ...the tooltip appears in the far upper left corner
  4. Amadeus> Anyway ...was thinking maybe knowing that one was working and the other not..might help isolate the bug quickly/efficiently. If not, it's cool ..but I use it in two addons....the one with ability IDs works as mentioned, the one with Item IDs does not (again, with the bug as I mentioned)
  5. Amadeus> ---
  6. Amadeus> I have a theory though: if you hover over an ability on a hotbutton ...it works EXACTLY the same as Command.Tooltip(AbilityID)
  7. Zorba> huh, wacky. Well, that might help me figure out what's going on, yep :)
  8. Amadeus> however, if you hover over an item in your rift bags ..the tooltip appears near the mouse pointer (i.e., it does NOT use the anchor)
  9. Amadeus> so, maybe new code was added there and the addon stuff wasn't updated in the same place...or something along those lines
  10. Amadeus> anyway ...don't mean to spam you ...just thought I'd share the observation
  11. Zorba> I'll take a look at it once I get a chance, but it'll be a bit >_< Thanks for the observation, though, I probably would never have noticed
  12. Amadeus> yea ...it seems as though the UI "tooltip anchor" is not used for item stuff at all by the game ....so, that might be a good point :)
  13. Amadeus> ok..cool ..thanks!
  14. Amadeus> to clarify though ..the bug is definately with Command.Tooltip(ItemID#) ...in case you want to recreate it easily
  15. Amadeus> thanks!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement