Thread Tools Display Modes
08-28-08, 09:00 AM   #1
dafire
Premium Member
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 216
BUG? in UIParent.lua (MouseIsOver())

The MouseIsOver() function is not working if the interface option frame is shown.

I think this might be a relict from the time when this window was fullscreen.. but now when it is only that small window in the middle of the screen I think the function should work nevertheless.

UIParent.lua
Code:
function MouseIsOver(frame, topOffset, bottomOffset, leftOffset, rightOffset)
	-- Don't honor this if options frame is up. Might want to extend this to all center frames
	if ( InterfaceOptionsFrame:IsShown() ) then
		return nil;
	end

[..]
I'd post it in the official forum but I don't have an us account.
  Reply With Quote
08-28-08, 10:02 AM   #2
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 331
if you want to post a BUG on EU forums report it as I did a few days ago in this forum

http://forums.wow-europe.com/thread....990932&sid=1#0

confirmed after a few hours, but about programming I don't know, give a try anyway, good luck

//Edit: yey 100th post!
__________________
If you need to reach me I'm in ESO, @class101 or "Fathis Ules i"
addons: SpamBayes, BrokerCPU
projects: ThunderBayes
Mera[xeh]? - La CroisadeEcarlate (wow)

Last edited by Mera : 08-28-08 at 10:05 AM.
  Reply With Quote

WoWInterface » Developer Discussions » Wish List » BUG? in UIParent.lua (MouseIsOver())


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