Right Click Not Blocking Icons #24


  • Defect
  • Declined
Closed
Assigned to ardentvark
  • _ForgeUser170018 created this issue Jan 15, 2010

    What steps will reproduce the problem?
    1. Right Click any cooldown icon to put it on the blacklist, or right click any spell icon.

    What is the expected output? What do you see instead?
    The icon should disappear and its name should be put on the blacklist. With cooldowns, the icon doesn't disappear and nothing is put on the blacklist. With spells, the icon disappears but there is nothing on the blacklist.

    What version of the product are you using?
    0.6.17

    Do you have an error log of what happened?
    No, as there is no error persay.

    Note: It would also be nice to have some other way of blacklisting abilities other than just rightclicking icons, like an input box to put them in by name.

  • _ForgeUser170018 added the tags New Defect Jan 15, 2010
  • _ForgeUser170018 edited description Jan 15, 2010
  • _ForgeUser1578161 posted a comment Jan 21, 2010

    I have exactly the same problem, but there is one thing I'd like to clarify.

    When you right click the spell (a buff icon in this case, I suspect) it disappears from the bar because it right clicking the icon removes the buff from your character. I, for one, managed to remove my freshly popped flask in yesterday's raid when I was trying to blacklist it from the addon.

  • _ForgeUser234017 posted a comment Jan 25, 2010
    Hi, I'm having the same problem regarding a bar showing short-time-buffs. I even tried to put spells upon the blacklist by writing them manually to the .lua-file (SavedVariables\SexyCooldown.lua), which did not work either. Please provide a way of blacklisting items per input-box or a similar workaround. Thanks in advance.
  • Forge_User_89086610 posted a comment Jan 26, 2010

    same issue, right-click is considered as 'cancel buff' on a buff bar, we just need something like alt-click for blacklist. it could be also nice to have icon blocked but tooltip displayed.

  • _ForgeUser1030422 posted a comment Jan 30, 2010

    Same here...

    Edit: Maybe has something to do with the client language? I'm using german client.


    Edited Feb 13, 2010
  • _ForgeUser1217853 posted a comment Feb 1, 2010

    if you edit: World of Warcraft\WTF\Account\NAMEoFaCC\SavedVariables\SexyCooldown.lua you can add blacklists by hand, you can get the info from wowhead.com, for example: http://www.wowhead.com/?spell=1953 = mage's blink

    ["spell:1953"] = "Blink",
    

    I hope that works while Antiarc works on it


    Edited Feb 1, 2010
  • _ForgeUser1217853 posted a comment Mar 6, 2010

    alt+right click works, you need to do it on the center of the icon, confirmed


    Edited Mar 7, 2010
  • Ardentvark posted a comment May 31, 2010

    Mod-right clicking will blacklist the item; right-click is reserved for standard buff functionality (remove the buff).

    I haven't added a non-click way to blacklist items yet, because of how SexyCooldown computes IDs for the blacklisted items. It's not, unfortunately, as simple as adding a name.

  • Ardentvark removed a tag New May 31, 2010
  • Ardentvark added a tag Declined May 31, 2010
  • Ardentvark closed issue May 31, 2010

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