Skip navigation.
 
mlRe: Found a bug in Cocoa: where should I report it?
FROM : Shawn Erickson
DATE : Sat Jul 22 17:37:12 2006

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

Related mailsAuthorDate
mlFound a bug in Cocoa: where should I report it? Matteo Manferdini Jul 22, 17:18
mlRe: Found a bug in Cocoa: where should I report it? Shawn Erickson Jul 22, 17:37
mlRe: Found a bug in Cocoa: where should I report it? Michael Ash Jul 23, 03:10
mlRe: Found a bug in Cocoa: where should I report it? R. Tyler Ballance Jul 23, 03:42
mlRe: Found a bug in Cocoa: where should I report it? Matteo Manferdini Jul 23, 17:29
mlRe: Re: Found a bug in Cocoa: where should I report it? Michael Ash Jul 23, 23:16