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/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to