38 - :SetCellTextColor() breaks cell colors for other tooltips
If an addon uses :SetCellTextColor(), other addons that configure tooltips using :SetFont() aren't colored correctly.
Version: r165 (MINOR = 42)
My addon RoleCall <http://www.wowace.com/addons/rolecall/> uses LibQTip to draw talent tooltips.
I also have AckisRecipeList installed.
ARL is the only addon I have installed that calls :SetCellTextColor(). After ARL displays a tooltip, RoleCall tooltips are not colored correctly.
If I comment out the calls to :SetCellTextColor() in ARL, RoleCall displays fine.
My guess is that the issue lies in :ReleaseCell().
Likely related to issue <http://www.wowace.com/addons/libqtip-1-0/tickets/36-cell-fonts-ignored/>.