Bug Report: Cooldown Text Visible Despite Being Disabled (Post 11.1.5.60428) #2323


Closed
  • CalmingStorm created this issue Apr 22, 2025

    Addon: Bartender4
    Version: 4.15.7
    WoW Version: 11.1.5 (Build 60428, Retail)
    Tested:

    ✅ Tested with only Bartender4 enabled and the issue persists. 

    ✅ Disabling Bartender4 removes the cooldown as expected.


    Issue Summary

    • Since the 11.1.5.60428 patch, cooldown text is now showing on Bartender4 action buttons even when cooldown text is disabled in:
    • Blizzard’s default UI settings

    Steps to Reproduce

    1. Enable only Bartender4 (disable all other addons).

    2. Disable “Display Cooldown Numbers” in both Blizzard UI and Bartender4 action bar settings.

    3. Trigger an ability with a cooldown (e.g., Shadowmeld).

    4. Observe the numeric cooldown text still rendering.


    Expected Behavior

    • Cooldown numbers should not be visible when:
      • The Blizzard option “Show Numbers for Cooldowns” is off.
      • Bartender4 cooldown display is disabled for the specific bar.

    • Observed Behavior
    • Cooldown numbers appear on action buttons, even when explicitly disabled. This behavior did not exist prior to patch 11.1.5.60428. The source appears to be the Cooldown.TextOverlayContainer attached to each BT4Button.

     


    • Supporting Screenshot(s)

  • CalmingStorm added an attachment Apr 22, 2025
    Attachment was deleted by CalmingStorm Apr 22, 2025
  • CalmingStorm added an attachment Apr 22, 2025
    Attachment was deleted by CalmingStorm Apr 22, 2025
  • Reyard1 posted a comment Apr 22, 2025

    Yes It need a fix.

  • CalmingStorm edited description Apr 22, 2025
  • CalmingStorm edited title and description Apr 22, 2025
  • CalmingStorm posted a comment Apr 23, 2025

    For those still experiencing issues with Bartender:


    interface/addons/bartender4/lib/libactionbutton-1.0/libactionbutton-1.0.lua, line 1956

    Modify
    self.cooldown:SetHideCountdownNumbers(false)
    To:
    self.cooldown:SetHideCountdownNumbers(true)

  • nevcairiel closed issue Apr 26, 2025
  • nevcairiel posted a comment Apr 26, 2025

    This should be fixed in the latest version and obey the option again.

     

    Note: There is no BT4 option to control the cooldown count on a per-bar level.


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