You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click casting: self-heal keyboard hover binds when they break mid-session
Keyboard hover binds could die mid-combat and stay dead until /reload
(bug #976). The existing OnEnter/ticker diagnostics detected the failure
modes but only logged them; they now trigger a repair that resets the
restricted-env mouseover tracking, clears stray override bindings, and
rebuilds the macro map + per-frame binding snippets. Repairs run out of
combat only (queued to combat end otherwise), capped at one per 5s, and
run unconditionally after every loading screen.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# DandersFrames Changelog
2
2
3
+
## [4.7.2]
4
+
5
+
### Bug Fixes
6
+
7
+
* (Click Casting) Fixed a Lua error walking Blizzard unit frames after combat that could stop click-casting bindings from working on the default frames until reload — the frame scan now skips protected (secret) values introduced by recent client versions. (by Krathe)
8
+
* (Click Casting) Keyboard binds that stop working mid-session now recover automatically after combat ends or a loading screen, instead of staying broken until a reload.
9
+
3
10
## [4.7.1]
4
11
5
12
### Bug Fixes
@@ -8,10 +15,6 @@
8
15
* (Interface) Opening a colour picker no longer counts as a colour change — the picker fired its change handlers once during setup, which could commit settings (such as a Text Designer element's colour override) without any edit. (by Krathe)
9
16
* (Aura Designer) Fixed expiring border animations staying stuck on after the tracked aura was refreshed (for example re-casting a HoT in its pandemic window). (by Krathe)
10
17
11
-
### Bug Fixes
12
-
13
-
* (Click Casting) Fixed a Lua error walking Blizzard unit frames after combat that could stop click-casting bindings from working on the default frames until reload — the frame scan now skips protected (secret) values introduced by recent client versions. (by Krathe)
0 commit comments