Poster: Tohopka at 7/12/2005 4:50:00 PM PDT Subject: You killed $parent?
In every instance of $parent where the frame (buttons are fine) inherits another frame, $parent will now return UIParent instead of the true parent frame. I've seen a few AddOns do this now.
The breakages after patches are becoming a little ridiculous. One wonders if Blizzard even uses that test server or whether it's just faux.
"You are one with the pootworm. REJOICE!"
This is key here. The code was changed to allow virtual frames to define a parent. You've defined the parent to be UIParent. So... when $parent is evaluated, you're actually getting UIParent in the name.