Macro Icons are Dimmed for Modded Spells #280


  • New
  • Defect
Open
Assigned to adirelle
  • adraffy created this issue Oct 2, 2012

    ----- What steps will reproduce the problem?
    Druids have Wild Charge, Skull Bash, and Faerie Fire spells which change depending on form.

    On my action bars, if I place any of these abilities (by directly adding them from spell book)
    And then create a simple macro:  /cast $ability  (with or without #showtooltip etc...)

    The normal spell will display properly.
    The macro spell will be dimmed/disabled in appearance.

    ----- What is the expected output? What do you see instead?
    The macro should function like the normal spell.  This worked fine pre-5.0.

    ----- What version of the product are you using?
    Latest (1.8.7)

    ----- Do you have an error log of what happened?

    ----- Please provide any additional information below.

  • adraffy added the tags New Defect Oct 2, 2012
  • adraffy added an attachment Oct 2, 2012
    Attachment was deleted Nov 8, 2016
  • adraffy added an attachment macros.jpg Oct 2, 2012

    macros.jpg

  • adraffy posted a comment Oct 5, 2012

    I seem to be able to fix this bug by adding the following code to Core.lua:1440

    self:RegisterEvent('UPDATE_SHAPESHIFT_FORM', 'ACTIONBAR_UPDATE_STATE');
    

    Edited Oct 5, 2012
  • adraffy posted a comment Oct 6, 2012

    This fixes it some what, there still seems to be an issue on log-in and reload ui (and possibly on zone-in).

    If I login/reload while in form, my fix does not solve the problem. If I am in caster form on login/reload, then my fix solves the problem.

  • adraffy posted a comment Oct 14, 2012

    This appears to be a Blizzard bug.

    Same thing happens when all addons are disabled.

  • adraffy posted a comment Oct 20, 2012

    I made a thread about this on the Druid forum to try attract developer attention: http://us.battle.net/wow/en/forum/topic/6934954312

    I also have a thread in the Bug Fixes forum: http://us.battle.net/wow/en/forum/topic/6893519976


To post a comment, please login or register a new account.