227 - Casting removes auras, 4.3
----- What steps will reproduce the problem?
1. Cast a Buff on yourself, or a Debuff on a target
2. Use an ability, or trigger the GCD in some way.
----- What is the expected output? What do you see instead?
Auras should still be present on the bars, but instead auras temporarily disappear, often taking some random amount of time to come back. Holding down your self-cast key (as set in Blizzard interface options, ALT, CTRL, etc) also seems to make auras for your debuffs disappear (but not self-buffs).
----- What version of the product are you using?
v1.6.3
----- Please provide any additional information below.
Present on patch 4.3, no LUA errors seem to occurring.
| User | When | Change |
|---|---|---|
| Talyrius | Dec 05, 2011 at 18:27 UTC | Changed status from Waiting to Replied |
| Adirelle | Dec 04, 2011 at 09:12 UTC | Changed status from Replied to Waiting |
| adraffy | Dec 02, 2011 at 08:18 UTC | Changed status from Waiting to Replied |
| Adirelle | Dec 02, 2011 at 07:47 UTC | Changed status from Accepted to Waiting |
| Adirelle | Dec 01, 2011 at 09:16 UTC | Changed status from New to Accepted |
| SeiruOkibi | Nov 30, 2011 at 19:18 UTC | Changed description:2. Use an ability, or trigger the GCD in some way. ----- What is the expected output? What do you see instead? - Auras should still be present on the bars, but instead auras temporarily disappear, often taking some random amount of time to come back. Holding ALT also seems to make auras for your debuffs disappear (but not self-buffs). + Auras should still be present on the bars, but instead auras temporarily disappear, often taking some random amount of time to come back. Holding down your self-cast key (as set in Blizzard interface options, ALT, CTRL, etc) also seems to make auras for your debuffs disappear (but not self-buffs). ----- What version of the product are you using? v1.6.3 |
| SeiruOkibi | Nov 30, 2011 at 16:50 UTC | Changed description:----- What steps will reproduce the problem? 1. Cast a Buff on yourself, or a Debuff on a target - 2. Start casting an ability + 2. Use an ability, or trigger the GCD in some way. ----- What is the expected output? What do you see instead? - Auras should still be present on the bars + Auras should still be present on the bars, but instead auras temporarily disappear, often taking some random amount of time to come back. Holding ALT also seems to make auras for your debuffs disappear (but not self-buffs). ----- What version of the product are you using? - v1.6.2 + v1.6.3 ----- Please provide any additional information below. - Present on patch 4.3 + Present on patch 4.3, no LUA errors seem to occurring. |
| SeiruOkibi | Nov 29, 2011 at 22:06 UTC | Create |
Facts
- Last updated
- Mar 30, 2012
- Reported
- Nov 29, 2011
- Status
- Replied - Someone has replied after waiting for more information.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 7
- Reply
- #14
vegidio Dec 10, 2011 at 09:12 UTC - 0 likesDoesn't seem to be working yet. In the screenshot linked below you can see it:
Screenshot
- Reply
- #13
Talyrius Dec 05, 2011 at 21:50 UTC - 0 likesPerhaps you can get Nevcairiel to update LibActionButton-1.0 to replicate Blizzard's changes?
Author/maintainer of TinyDPS and Conquistador.
- Reply
- #12
Adirelle Dec 05, 2011 at 21:20 UTC - 0 likesDamn it. Blizzard stock buttons and Bartender4 ones does not follow the same updating scheme now...
- Reply
- #11
Talyrius Dec 05, 2011 at 18:27 UTC - 0 likesBartender4 is now behaving oddly with these new changes. Spells frequently darken as if they are unusable and then brighten again after casting or traveling between sub-zone areas. Returning to any version prior to v1.7-beta fixes it.
- Reply
- #10
Adirelle Dec 04, 2011 at 09:12 UTC - 0 likesDoes v1.7 beta fix it ?
- Reply
- #9
vegidio Dec 03, 2011 at 06:50 UTC - 0 likesI'm also having the same issue. I installed the newest version (v1.6.4) and it solved the problem 50% of the time but I still don't see the glowing animation around the spells very often.
- Reply
- #8
adraffy Dec 02, 2011 at 08:18 UTC - 0 likesWorks good. Also looks like you picked a much better place to capture those events.
- Reply
- #7
Adirelle Dec 02, 2011 at 07:42 UTC - 0 likesThis is what I figured out. However, it seems the ACTIONBAR_UPDATE_STATE is not fired at all anymore.
Nevertheless, I added some workaround code. Could you check latest alpha please ?
- Reply
- #6
adraffy Dec 02, 2011 at 07:35 UTC - 0 likesThe bug is related to the new function SetActionUIButton() which apparently skips lua for ACTIONBAR_UPDATE_STATE and ACTIONBAR_UPDATE_USABLE event dispatch.
Looking at ActionButton.lua, there still exists code that calls ActionButton_UpdateState (which is hooked by InlineAura) when these events are fired.
A quick fix is inserting the following into Code.lua inside the InitializeButton function:
Edit:
- Reply
- #5
Adirelle Dec 02, 2011 at 06:48 UTC - 0 likesReproduced. I’m working on it. Well, as soon as I have some time to.