WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Technical Support (https://www.wowinterface.com/forums/forumdisplay.php?f=92)
-   -   Can't leave Raid / Party (https://www.wowinterface.com/forums/showthread.php?t=35605)

mammolo1234 10-15-10 03:12 AM

Can't leave Raid / Party
 
Hi guys!

I just installed last development version of Nui+. While playing in random hc's or raids I can't right click on my portrait and quit the party; this problem in only partly avoidable by using /leave raid command, because normal party won't work like raids, and actually it doesn't have any chat command for leaving, as far as I know.

I don't have any particular addon except for healbot, bagnon, prat and DBM. Any advice?

Thank you all in advance

Angery 10-15-10 03:40 AM

Same for me, can't leave party or raids.. or dismiss my pet. =/

Also, my cd bar is overlapping with my top most spell bar.. sorta annoying.

Daveo77 10-15-10 04:26 AM

Try

/nui hud vofs 175

to temp fix the hud being too low and cooldowns overlapping buttons

Also, try

/script LeaveParty()

to leave a party/raid group

mammolo1234 10-15-10 10:50 AM

Thank you ^^

Blanckaert 10-15-10 01:53 PM

It is something Scott know about and is working to fix... this was also talked about at http://www.wowinterface.com/forums/s...ad.php?t=35584

there is a 'temp' fix listed there, about halfway down, that will work.

Crystah 10-15-10 07:01 PM

Yeah, having this problem too. Also cannot cancel targets by clicking off them. only by pushing esc key, which is a pain.

WallyWest 10-15-10 08:20 PM

That's a Blizz thing. Open options - Interface, uncheck sticky targeting.

I just had a group cuss me out for not being able to drop. They wanted to requeue and I didn't. Apparently the lead couldn't figure out how to kick me either, lol.

oleson4norway44 10-15-10 11:49 PM

Right click fix by other thread
 
Quote:
Originally Posted by whereswaldo
A quick fix for this is to edit the module referenced in the error message (Interface\AddOns\nUI\Units\nUI_UnitFrame.lua) and replace "this" with "self"

Before


Code:
if popup then

local anchor = frame.popup and frame or frame.parent;
this.unit = frame.unit;
this.id = id;
this.name,
this.server = UnitName( frame.unit );

ToggleDropDownMenu( 1, nil, popup, anchor, anchor:GetWidth()/2, anchor:GetHeight()/2 );

endAfter


Code:
if popup then

local anchor = frame.popup and frame or frame.parent;
self.unit = frame.unit;
self.id = id;
self.name,
self.server = UnitName( frame.unit );

ToggleDropDownMenu( 1, nil, popup, anchor, anchor:GetWidth()/2, anchor:GetHeight()/2 );

end

Confirmed. Just tried this and right click is back for me. The other LUA I was getting though still happens. It seems to be a Blizzard Inspect window issue, but I don't know enough to really diagnose it.

spiel2001 10-17-10 07:47 AM

This has been fixed in the 5.07.05 (Development) release which should be out later today.


All times are GMT -6. The time now is 10:16 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI