Thread: UI glitch
View Single Post
08/13/20, 07:36 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,980
Ideas: No.
But you can simply test it by
ceating a list of addons you are using as the error happens.
You could use Circonians Addon Selector to create a profile for testing e.g.

Then disable addons that got to do with the listings etc. one after another and check if the error happens again.
This way you are able to determine which addon it is.

Or:
Enter this script in your chat box but do not press the return key yet:
Code:
/script d("Name of control: " .. tostring(moc():GetName()))
Move your mouse over the controls that show up, e.g. that editbox with the 30.
Then press the return key in the chat having your mouse above this 30 control!

It should write the name of the control to the chat so you are able to see the name of the addon somehow in that name.
If it's only GUI or GUI_ROOT try to move the mouse above some other control shown there, as GUI is only the UI where ALL addons and vanilla stuff adds to.
  Reply With Quote