Thread Tools Display Modes
10-15-10, 03:12 AM   #1
mammolo1234
A Defias Bandit
Join Date: Aug 2010
Posts: 2
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
 
10-15-10, 03:40 AM   #2
Angery
A Fallenroot Satyr
Join Date: Oct 2009
Posts: 23
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.
 
10-15-10, 04:26 AM   #3
Daveo77
Premium Member
 
Daveo77's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2010
Posts: 141
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

Last edited by Daveo77 : 10-15-10 at 04:54 AM.
 
10-15-10, 10:50 AM   #4
mammolo1234
A Defias Bandit
Join Date: Aug 2010
Posts: 2
Thank you ^^
 
10-15-10, 01:53 PM   #5
Blanckaert
A Flamescale Wyrmkin
Join Date: May 2010
Posts: 121
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.
 
10-15-10, 07:01 PM   #6
Crystah
A Kobold Labourer
Join Date: Jul 2010
Posts: 1
Yeah, having this problem too. Also cannot cancel targets by clicking off them. only by pushing esc key, which is a pain.
 
10-15-10, 08:20 PM   #7
WallyWest
A Deviate Faerie Dragon
Join Date: Apr 2009
Posts: 13
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.
 
10-15-10, 11:49 PM   #8
oleson4norway44
A Kobold Labourer
Join Date: Oct 2010
Posts: 1
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.
 
10-17-10, 07:47 AM   #9
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
This has been fixed in the 5.07.05 (Development) release which should be out later today.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Can't leave Raid / Party


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