Thread Tools Display Modes
11-29-16, 10:27 PM   #1
siweia
A Flamescale Wyrmkin
 
siweia's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2011
Posts: 126
PVP Queue function blocked

Just simply try ESC-"Interface", and then click on "Cancel".

Do it twice.

And then, most of the addons or UIs that add their GUI by "InterfaceOptions_AddCategory()" would block the PVP queue function by this action.

Last edited by siweia : 11-30-16 at 11:08 AM.
  Reply With Quote
11-30-16, 11:10 AM   #2
siweia
A Flamescale Wyrmkin
 
siweia's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2011
Posts: 126
Is there anyway to solve the problem?
  Reply With Quote
11-30-16, 01:47 PM   #3
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,308
It's a long-standing taint bug in the default UI. Best thing we can do is report it on the WoW bug forums.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
11-30-16, 02:25 PM   #4
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Its a dropdown taint.
  Reply With Quote
01-10-17, 02:05 AM   #5
siweia
A Flamescale Wyrmkin
 
siweia's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2011
Posts: 126
Originally Posted by Resike View Post
Its a dropdown taint.
I don't think so. It is something to do with the "cancel", which blizz try to restore your settings.
For those addons that add their configure panel into blizz panel, once they create the "cancel" function, it would trigger the taint.
Try the code below, it would taint the queue function even it does not have a actual function. But if you remove the "gui.cancel", it would be free again.
Same thing happens in gui.refresh

Code:
	local gui = CreateFrame('Frame', 'TestGui', UIParent)
	gui.name = 'TestGui'
	InterfaceOptions_AddCategory(gui)
	gui.cancel = function() end

Last edited by siweia : 01-10-17 at 02:45 AM.
  Reply With Quote
01-10-17, 08:12 PM   #6
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Isn't this the taint that has been in the game like forever

https://forums.wowace.com/showthread.php?t=20880
http://www.wowinterface.com/forums/s...ad.php?t=53726
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » PVP Queue function blocked

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off