Aiue / AQT

Quest Tracking Addon for World of Warcraft
Other
2 stars 1 forks source link

The display in the quest list is abnormal. #80

Open chkmyid opened 5 years ago

chkmyid commented 5 years ago

Case 1 : Right after accepting the quest. (Attention to the blank line of the screen shot.)

WoWScrnShot_2

Case 2 : I'm checked for the "Wrap Long Lines" option. There is a phenomenon that overlaps with the following lines when the content to be displayed is long.

WoWScrnShot_3

I can't see the error message. Collapse and Expand to return normally.

Aiue commented 5 years ago

Hmm. I thought I had fixed those issues. I will have to take another look at it. Potentially increment the timer, because if memory serves, I had to set a timer for updating to get the correct return values from certain API calls.

chkmyid commented 4 years ago

Screenshot of the header in the same situation as Case 1. This may be due to background highlight. WoWScrnShot_112019_191855 The letters were long, but they didn't change to the next line. Background highlight was a line seems to have come down. On a similar issue, I have mentioned an issue concerning this one before. (Closed #58) I have a hunch that, in conclusion, this issue has not yet been resolved.

chkmyid commented 4 years ago

I faced the same issue as case 2 repeatedly as I carried out the quest. What I think is that the long letters must first secure an empty space and then come down to the next line, but there is no space, so it seems to have resulted in only the letters being divided by command. WoWScrnShot_111819_152517 WoWScrnShot_111819_144545

Aiue commented 4 years ago

The issue is that GetFontHeight() returns the incorrect value if called too soon. I need to go over my code to make sure more or less every size update call is run on a timer.