CTMod

CTMod

766k Downloads

Mage Teleport and Portal flyouts do flyout but no buttons react

ilmare-tuor opened this issue ยท 6 comments

commented

With both 10.0.2.3b and 10.0.2.3d. Clicking on the main button on bar causes the flyout to open up but all the Teleports or Portals are "greyed out" and do not react to a mouse click.

commented

TeleportFlyoutGrey

/reload has no affect.

  1. It always works from within the spellbook
  2. Toggling "CT_BarMod" (with a reload) toggles whether it works or not from the bar.

So with CT_ BarMod ON it works from spellbook but not from bar (I tried both "action bar" and other bars). With CT_ BarMod OFF it works fine from the bar.

It works this way with all addons disabled except for CT_Library and toggling CT_ BarMod

I also renamed my WTF folder to make sure it wasn't some saved variable causing the issue.

Hope this helps

commented

Does this also happen immediately after you /reload ?

If it works after reload, but stops working while you are playing the game, then my main suspicion would be that I'm tainting the UI (somewhere) and it is somehow spreading.

If it also doesn't work after a fresh reload, then I'm actually a bit curious why I don't experience the same issue on my own mage.

Maybe the "greyed out" might be a clue. Can you send me a screenshot of what the buttons look like, exactly, so I get a sense of what you mean? I'll try fiddling with my UI to recreate the same appearance, and see if I can find a common thread.

commented

I made a couple small changes may or may not solve the issue. At the least, it should remove the "washed out" appearance.

It is now uploaded as an alpha version (10.0.2.4d)

commented

I installed 10.0.2.4d and the only change I saw was the elimination of the "washed out" appearance so I started poking around other settings.

Under BarMod I toggled the "Toggle Action Key Up/Down so it "currently responds to mouse up & key up" and it fixed the issue. Toggling back to "mouse down & key down" breaks it again.

I only spent a few minutes poking around with other functions but, I don't appear to have any other issues so I'll just leave them set for "up"

commented

Oh, good find. Now I understand what the issue is. This will be fixed shortly.

Details: Blizzard changed how secure action buttons respond to mouse clicks this expansion, to prevent addons from automating the new Dracthyr empowered spells (press and hold for a while). It's actually a good design, in my opinion, but requires an extra line of code for compatibility. I just forgot that extra line of code.

commented

Awesome. Thanks for all your work fixing this stuff!