[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #11557] -hitTest: should check frame rotation.
From: |
anonymous |
Subject: |
[bugs #11557] -hitTest: should check frame rotation. |
Date: |
Mon, 10 Jan 2005 19:58:38 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12 |
This is an automated notification sent by Savannah.
It relates to:
bugs #11557, project GNUstep
==============================================================================
LATEST MODIFICATIONS of bugs #11557:
==============================================================================
Posted by: an anonymous user
Posted on: 2005-01-10 14:58 ()
_______________________________________________________
Follow-up Comment:
-removeFromSuperview may want to check too..
[_super_view setNeedsDisplayInRect: _frame];
the frame should be a converted rect from self bounds to superview..
==============================================================================
OVERVIEW of bugs #11557:
==============================================================================
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11557>
Summary: -hitTest: should check frame rotation.
Project: GNUstep
Submitted by: None
Submitted on: Mon 01/10/2005 at 14:01
Category: Gui/AppKit
Severity: 5 - Average
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
if (_super_view && ![_super_view mouse: aPoint inRect: _frame])
return nil;
may be aPoint should be convertPoint:fromView:_super_view
and checked against bounds before returning nil.
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Mon 01/10/2005 at 14:58 By: Anonymous
-removeFromSuperview may want to check too..
[_super_view setNeedsDisplayInRect: _frame];
the frame should be a converted rect from self bounds to superview..
==============================================================================
This item URL is:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11557>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bugs #11557] -hitTest: should check frame rotation.,
anonymous <=