promotional bannermobile promotional banner

Click to Cast Tooltip

Adds the click to cast spells and macros to the Blizzard tooltip as well has a custom mouse over tooltip which is shown over unit frames.

File Details

2.0.3

  • R
  • Sep 2, 2025
  • 214.42 KB
  • 42
  • 11.2.0
  • Retail

File Name

Click-To-Cast-Tooltip-2.0.3.zip

Supported Versions

  • 11.2.0

tag 2d55aa89e58b2026dc399d2573be8a088d8d608f 2.0.3
Author:    Jeff Bolduan <jbolduan@gmail.com>
Date:    Tue Sep 2 18:21:27 2025 -0500

commit 3134341098d2ee5709a50856d0dc4a634007498d
Author: Jeff Bolduan <jbolduan@gmail.com>
Date:   Tue Sep 2 18:21:20 2025 -0500

    Bump version to 2.0.3 in TOC file

    Updated the addon version in Click-To-Cast-Tooltip.toc from 2.0.2 to 2.0.3 to reflect new changes.

commit d584c71c6136a6943145ef6f1445a847691d8030
Author: Jeff Bolduan <jbolduan@gmail.com>
Date:   Tue Sep 2 18:21:04 2025 -0500

    Remove VuhDoPanel from blizzardFrames list

    Commented out 'VuhDoPanel' entry has been removed from the blizzardFrames table.  Doing this because a basic review of VuhDo and I don't think I can hook into it well.

commit d6f069ea62b8a10d9bb76ceb0985a3b8142b0f07
Author: Jeff Bolduan <jbolduan@gmail.com>
Date:   Tue Sep 2 17:54:10 2025 -0500

    Refactor unit frame hooking for tooltip support

    Replaces prefix-based frame detection with explicit hooking of Blizzard unit frames, including party, raid, boss, and arena frames. Improves reliability and maintainability by directly referencing known frame names and pools, and removes the isUnitFrameName function.

commit c10eae12fabb1be8d864320ef0eae3cba894c1b6
Author: Jeff Bolduan <jbolduan@gmail.com>
Date:   Tue Sep 2 14:59:04 2025 -0500

    Add support for Cell unit frames in tooltip hooks

    Introduces scanAndHookCellFrames and scanAndHookCellUnitFrames functions to hook tooltip events for various Cell unit frames. Ensures tooltips are shown for Cell frames by integrating these hooks into existing update and event handlers.

commit 39d72d0e7ecd26bf3dec3b199e047489dd43b285
Author: Jeff Bolduan <jbolduan@gmail.com>
Date:   Mon Sep 1 20:22:50 2025 -0500

    Add tooltip support for more ElvUI unit frames

    Expanded the list of ElvUI unit frames to include TargetTarget, TargetTargetTarget, FocusTarget, PetTarget, and AssistUnitButton1. Added tooltip hook logic for Raid Pet, Arena, and Boss frames to improve compatibility and coverage.