[bug #25363] NSOpenPanel's delegate method panel:shouldShowFilename: is called too often

2009-06-15 Thread Fred Kiefer
Update of bug #25363 (project gnustep): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #6: Closed as there was

[bug #25363] NSOpenPanel's delegate method panel:shouldShowFilename: is called too often

2009-02-08 Thread Wolfgang Lux
Follow-up Comment #5, bug #25363 (project gnustep): Okay, I agree that there is indeed a problem in GNUstep here. NSSavePanel and NSOpenPanel should always display the contents of the directory passed to -runModalForDirectory:... and -beginSheetForDirectory:... regardless of whether they are

[bug #25363] NSOpenPanel's delegate method panel:shouldShowFilename: is called too often

2009-01-26 Thread Gregory John Casamento
Follow-up Comment #4, bug #25363 (project gnustep): There is, indeed, a fine line to walk between documented and tested behavior. I agree that the application should not make assumptions about how often the delegate is called (indeed that was my first thought when I saw this bug) but, given

[bug #25363] NSOpenPanel's delegate method panel:shouldShowFilename: is called too often

2009-01-25 Thread Gregory John Casamento
Follow-up Comment #2, bug #25363 (project gnustep): I believe the point here is that it should only get called for each file/directory in the current directory and not the ones beneath it in the entire tree. See the documentation at:

[bug #25363] NSOpenPanel's delegate method panel:shouldShowFilename: is called too often

2009-01-25 Thread Wolfgang Lux
Follow-up Comment #3, bug #25363 (project gnustep): Gregory, I fully agree with your comment that in general we should make GNUstep's behavior as close as possible to the OS X one. Yet, in this particular case I think that GNUstep already follows the documented behavior, namely to call the