xanChat

xanChat

20.1k Downloads

Copy Button, vol.4.

Natlyz opened this issue ยท 4 comments

commented

Hello!

It's annoying me, back with another bug.

fsdf

No errors caught, but Class Colours randomly don't work in the Copy Frame.

Thanks ๐Ÿ˜Š

commented

That's an issue with how blizzard sometimes passes the chat information to addons. When carried over it breaks the tags used to create the coloring in the Copy Chat window. There really isn't a way to fix this and honestly when you copy and paste anyways, the colors don't really carry over. It's more of a visual bug then anything else. I know it annoys you, but I don't really want to put unnecessary experimental code in to try to avoid this visual bug when the Copy Frame is used for copying text anyways. ๐Ÿ˜ข I do hope you understand.

commented

I see. It's okay, just thought that was an easy-to-fix minor bug ๐Ÿ˜ฐ

commented

I see. It's okay, just thought that was an easy-to-fix minor bug ๐Ÿ˜ฐ

Unfortunately it's not a simple fix. It would require me to make a complex filter to take specific words and tags into consideration for every single line that is sent to the Copy Window. This filter wouldn't be 100% accurate as certain characters or tags could slip by. It would be impossible for me to catch them all. The only small rigged way I can SOMEWHAT possibly lessen the amount of times it occurs, is to cut the color tag at the end of each sentence. That way it doesn't carry over to the next sentence. However, that wouldn't catch them all and wouldn't be accurate.

commented

Sounds complicated.