Info.plist Key: NSUserNotificationAlertStyle does not work

Originator:mc
Number:rdar://12632157 Date Originated:2012-11-04
Status:Open Resolved:
Product:Mac OS X SDK Product Version:10.8.2
Classification:Serious Bug Reproducible:Always
 
Summary:
I'm using NSUserNotification and can't use the "Alert" Style.

Steps to Reproduce:
I can do a sample app, but in essence, it's as simple as 

    NSUserNotification *userNotification = [[NSUserNotification alloc] init];
    userNotification.title = title;
    [[NSUserNotificationCenter defaultUserNotificationCenter] deliverNotification:userNotification];

Having NSUserNotificationAlertStyle in my Info.plist set to `alert` or `alerts` still shows the Notifcation as a Banner.

Expected Results:
The same as if the user would swap it to "Alerts"

Actual Results:
Nothing. This Info.plist keys just do Nothing.

See http://openradar.appspot.com/radar?id=2242401

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!