Mythic+ UI + teleport

Mythic+ journal: best key, dungeon score, Tyr/Fort lines & teleport buttons. Dungeons & Raids dock mirrors the same data without opening Mythic+ after reload.

File Details

MidnightMPlusUI_29-05-26.zip

  • R
  • May 29, 2026
  • 18.91 KB
  • 37
  • 12.0.7+1
  • Retail

File Name

MidnightMPlusUI_29-05-26.zip

Supported Versions

  • 12.0.7
  • 12.0.5
[1.0.8] - 2026-05-29

Fixed

- ADDON_ACTION_BLOCKED: journal score labels and teleport buttons no longer call `SetParent` on Blizzard dungeon icon frames (taint that blocked `ClearAllPoints` inside `ChallengesFrame:Update`). Overlays stay on `ChallengesFrame` and anchor with `SetPoint` only.
- Errors: `Scores:Update` no longer calls `SetFrameStrata` / `SetFrameLevel` on FontStrings (not valid on regions; caused “attempt to call a nil value” at init).
- Errors: `ChallengesJournalMapsReady` requires a fresh `C_ChallengeMode.GetMapTable()` with a valid `maps[1]` instead of trusting stale `cf.maps`; `TryPopulateChallengesJournalIcons` assigns `cf.maps` before `Show`/`Update` to avoid Blizzard `sortedMaps[1]` nil at line 204.
- Init: `TryPopulateChallengesJournalIcons` runs before `Scores:Init()` so dungeon `mapID` values are more likely to be populated first.
- Combat: `Scores:Update` skips layout (`ClearAllPoints`, `SetPoint`, draw layer) while `InCombatLockdown()`; text still refreshes, layout restores after regen (same pattern as teleports).