View Single Post
05-25-16, 12:29 AM   #2
Predicate
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 18
Yes, cooldown spirals are rendering incorrectly if their parent frames are moved after the cooldown has played once (but while they are still hidden). After a bit of troubleshooting on IRC we came up with a simple test case which I submitted to Blizzard as a bug report. For now, a useful workaround is to call a function which gets or sets the position/size of the frame. Something as simple as :GetLeft() will trigger the cooldown to render in its correct position again.