Questie

Questie

116M Downloads

QuestTracker window is stuck in top left corner and can't be moved

Muellerbones opened this issue ยท 14 comments

commented

Hi, I'm having an issue with 2.62 where the quest tracker window is stuck covering up the character and target panels in the top left of the screen. It doesn't allow me to drag and drop it. When I try toggle the tracker off, it just automatically reappears after completing a quest objective. Is there a command option to make the quest tracker window moveable?

commented

Use Ctrl+Shift+Click.

commented

Another option is to reset config...

commented

I am also having the same issue. I'm aware of the Ctrl Shift Click requirement (because I suggested it). Resetting config didn't work.

When I mouse over the tracker, it doesn't highlight itself with the dark border, and clicking on quests doesn't bring up the tracker arrow either. It's as if the tracker is behind something else, but I've no other mods running.

commented

The "Dark Border" no longer exists. The frame was causing some lag so I removed it. The buttons (individual quest entries) are set to 250 pixels wide... more than wide enough to detect the frame that the OnDrag code needs to move the frame. I've tested this extensively. There has to be something wrong with your config.

Are you running WoW installed outside "C:\Program Files" or "C:\Program Files (x86)"? There is a known issue with the Vanilla WoW client that I can't code around.

commented

I, myself, are indeed running from outside that dir. What's the issue?

commented

Running from C:\

On 25 March 2016 at 06:39, Dyaxler [email protected] wrote:

The "Dark Border" no longer exists. The frame was causing some lag so I
removed it. The buttons (individual quest entries) are set to 250 pixels
wide... more than wide enough to detect the frame that the OnDrag code
needs to move the frame. I've tested this extensively. There has to be
something wrong with your config.

Are you running WoW installed outside "C:\Program Files" or "C:\Program
Files (x86)"? There is a known issue with the Vanilla WoW client that I
can't code around.

โ€”
You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#194 (comment)

commented

I did "sort of" reproduce the issue you're experiencing...

When I first login a character for the first time after an upgrade I can't click on the tracker or make the arrow appear IF... I immediately try to use the feature after logging in. I had to click on the tracker a couple of times to get an arrow to appear. THEN I was able to use it normally. Even after a reload or relog. It's only initially. I think the frame data just needed to be updated and saved in the characters saved variables file. One of the many quirks with LUA...

commented

Having the same problem! Running from c:/program files (or x86) doesn't do anything. Also, for me it's stuck in the bottom left corner!

commented

thanks :D!

commented

Ty for fast fix

commented

<3!

On Fri, Mar 25, 2016 at 11:21 AM Travis Gesslein [email protected]
wrote:

Ty for fast fix

โ€”
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#194 (comment)

commented

I had this problem with 2.63 as well. Tried all of the suggestions, left it running to see if it figured itself out. My tracker loaded right over the chat - I had to adjust the top/bottom style settings of the tracker. This moved it to the middle of the screen, but it will not move. Will not activate arrow. Will not change quests being tracked. I simply rolled back to the previous version and It works fine.

commented

Found the bug! So sorry guys. In the "boldColors" code on the side of "false" I forgot to apply the new button widths and each button width was being set to (1) when it should have been set to (250) pixels. Yikes!

I've committed the fix to GitHub and updated the Hotfix release notes and the v2.63 zip file.

Should work now.

commented

You're welcome. Thank you for confirming. :)