Thread Tools Display Modes
09-18-11, 02:36 PM   #1
wellbeing
A Cliff Giant
Join Date: Oct 2009
Posts: 71
Esc key tainted by addons...

I've noticed that some of the addons I use disable my ability to use the ESC key to perform normal blizzard actions. (ie: clear target, bring up game menu)

Now my own addon is doing it and I'd like to know why. A search on the forum for 'esc key', 'escape key' and 'esc' brought up a total of 3 posts, none of which address this issue.

Anyone know wtf this is all about?

WB
  Reply With Quote
09-18-11, 02:40 PM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
To start diagnosing taint issues, turn taint logging on.

/console taintLog 1

This will persist relogs/exits until you turn it off again.

When you have a taint.log in World of Warcraft/Logs we'll have more data to reach a conclusion.
  Reply With Quote
09-18-11, 02:46 PM   #3
wellbeing
A Cliff Giant
Join Date: Oct 2009
Posts: 71
Well, firstly, I am receiving no indication error for a taint, so I doubted I would get any results. This must not be a 'taint' as is defined by blizz, so perhaps i shouldve titled the post: 'Esc key broken by addons...'

Being a sport, I turned on logging anyway. Nothing logged.

After this clarification, any new support would be greatly appreciated.
  Reply With Quote
09-18-11, 02:53 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Try disabling your addons by halvsies to see which is causing it?
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
09-18-11, 02:53 PM   #5
wellbeing
A Cliff Giant
Join Date: Oct 2009
Posts: 71
All are off cept mine.

Mine is a culprit, though certainly not the only one. I want to make it stop.

lol.
  Reply With Quote
09-18-11, 03:00 PM   #6
wellbeing
A Cliff Giant
Join Date: Oct 2009
Posts: 71
It probably has something to do with my displayed frame...??

I'm not able to get the following code to work:
Code:
gaFrame:SetScript("OnEscapePressed", function(self) self:Hide() end)
error: gaFrame doesn't have a "OnEscapePressed" script

do I need to do something obvious to get this to work right?
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Esc key tainted by addons...


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