View Single Post
05-11-13, 11:15 AM   #1
Billtopia
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 110
_G["QuestInfoDescriptionText"] is being resized

The above frame contains the text that describes the quest when you have to accept it / turn it in/ or browse the quest log. Carbonite (current / past/ and current beta) modifies this frame so it fits the new quest log... This modification makes the frame no longer properly fit into the quest accept/ turn in frame or the standard quest log.

Whenever Carbonite is disabled the frame does not go wider than the Quest log frame but remains set at the proper width for the window.

I have found that (by using a macro to change the frame width to (_G["QuestDetailScrollChildFrame"]:GetWidth() - 10) and bringing the mouse over Carbonite's quest log frame that the frame's width is reset to the Carbonite width so I can say with 100% accuracy that the frame is reused, and Carbonite is what is changing it when it sets the width to the quest log's width.

This frame will need some way to adjust the width depending on if it is in Carbonite or the default location or perhaps make a new text frame (font string) for Carbonite and set that frame's text from a _G["QuestInfoDescriptionText"]:GetText()

Last edited by Billtopia : 05-11-13 at 01:05 PM.