[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #11562] NSView -displayIfNeededInRectIgnoringOpacity:
From: |
anonymous |
Subject: |
[bugs #11562] NSView -displayIfNeededInRectIgnoringOpacity: |
Date: |
Tue, 11 Jan 2005 11:24:26 +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 #11562, project GNUstep
==============================================================================
OVERVIEW of bugs #11562:
==============================================================================
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11562>
Summary: NSView -displayIfNeededInRectIgnoringOpacity:
Project: GNUstep
Submitted by: None
Submitted on: Tue 01/11/2005 at 06:24
Category: Gui/AppKit
Severity: 5 - Average
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
around ~ 1910
self will check subviews' _frameMatrix for boundingRectFor:result:
the return rect can have negative NSHeight (angles that causes problem
are around 270-320, dunno.. 275 should produce it.) which makes it an empty
rect and consequently failed to check intersection and then won't
be displayed . the quick fix is to set the height of the returned frame
to positive and change the origin of the returned frame.. but may be
the result isn't correct, ain't sure.. I'm tired... there's still another bug
in the
backend that out-of-frame-rotated view can freeze the app into
infinite poll. *whine* *whine*
==============================================================================
This item URL is:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11562>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bugs #11562] NSView -displayIfNeededInRectIgnoringOpacity:,
anonymous <=