Re: Found a bug in Cocoa: where should I report it?
Re: Found a bug in Cocoa: where should I report it?
- Subject: Re: Found a bug in Cocoa: where should I report it?
- From: Shawn Erickson <email@hidden>
- Date: Sat, 22 Jul 2006 08:37:12 -0700
On Jul 22, 2006, at 8:18 AM, Matteo Manferdini wrote:
Hi everyone, I found a bug in Cocoa (one that I'm sure that is a
bug), to whom should I report it?
Try in google "bug reporting site:developer.apple.com"
Anyway start here... <http://developer.apple.com/bugreporter/>
How do I know if it is an already reported bug?
Apple keeps bug reports from 3rd parties private so 3rd parties don't
have to worry about company private information leaking to competitors.
(The bug is this: I have a wiew with a subview inside of it. The
subview has a scrollview inside, which has another view as a
document (I used here a simple emplty NSView for testing).
Everything is done via code and not in Interface builder (except
for the top view that is positioned inside the window there). When
I scroll with the scroller the content of the document view gets
drawn incorrectly, the content gets "stretched" and the blue color
fron the scroller goes inside of it. This is only a matter of sizes
(I excluded all the code from my custom views except the cose that
manages the view hierarchy), because if I reduce the top view by
only one pixel, everything works fine).
Not sure it is a framework bug based solely on what you stated above.
Posting a code example to the list may help if you are not sure it is
a framework bug.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden