This mail is an automated notification from the bugs tracker of the project: GNUstep.
/**************************************************************************/ [bugs #9789] Full Item Snapshot: URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9789> Project: GNUstep Submitted by: Yen-Ju Chen On: Tue 07/27/2004 at 15:43 Category: Gui/AppKit Severity: 5 - Average Item Group: Bug Resolution: None Assigned to: None Status: Open Summary: - cellFrameForText... in NSTextAttachmentCell is called recursively Original Submission: If a subclass of NSTextAttachmentCell returns -cellFrameForTextContainer:proposedLineFragment:glyphPosition:characterIndex: with a height of NSRect which is exactly the same as the height of the proposedLineFragment, this method will be called recursively and the height of proposedLineFragment keep increasing. An example looks like this: - (NSRect) cellFrameForTextContainer: (NSTextContainer *)c proposedLineFragment: (NSRect) lf glyphPosition: (NSPoint) p characterIndex: (unsigned int) ci { return NSMakeRect(0, 0, lf.size.width-10, lf.size.height); } It can be verified in HelpViewer.app by changing the return NSRect in HRCell.m For detailed info, follow this link: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9789> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-gnustep
