mixxorz / Glass

An immersive and minimalistic chat UI for World of Warcraft
MIT License
21 stars 18 forks source link

Addon prints before Glass is loaded are lost. #110

Closed Grimonja closed 4 years ago

Grimonja commented 4 years ago

Describe the bug As title states. This is quite annoying developing with Glass loaded if you have some prints in Init phase.

Additional context (optional) This can fixed by getting current messages from "DEFAULT_CHAT_FRAME" (GetNumMessages,GetMessageInfo) and adding it to Glass display at Init.

mixxorz commented 4 years ago

Thanks for reporting this! This is a known issue but apparently I haven't opened a ticket for it yet.

A bit unrelated, but when developing Glass, I don't use the main chatframe for debug messages. Instead I use ViragDevTool. It's a life saver.

mixxorz commented 4 years ago

Closed by #116