Stanzilla / WoWUIBugs

World of Warcraft UI Bug Tracker
153 stars 7 forks source link

Add API for hyperlink propagation #553

Open Meorawr opened 2 months ago

Meorawr commented 2 months ago

btw, could they also add a lua counterpart for propagateHyperlinksToParent? :>

Currently there's no script-facing APIs that allow for frames to toggle the state of hyperlink propagation to parents; this flag can only be controlled statically in XML, and isn't defined on a template that can simply be inherited.

It'd be nice to have a simple ScriptRegion:SetPropagateHyperlinks(true|false) function to control this.