nspathcontrol

Is the fact that NSPathControl does not escape percent ('%') characters when bound to a string a bug?

Steps: Environment: OS X 10.6.4 Xcode 3.2.1 Create a new "Application" project. Open the supplied application delegate. Add an NSString * property. In -applicationDidFinishLaunching: set the string property to @"/TestString%". Open up the NIB. Drag an NSPathControl onto the application window. Bind the NSPathControl's value binding to...