objective c - How do I Enable pasting a password into a NSSecureTextField? -


for reason users of application have paste content nssecuretextfield , because they're using tools manage/generate passwords , can't type them. i've been trying figure out way enable this, use component same behavior able accept pasting or other way allow this. hints welcome.

it's interesting apple provided docs cut , copy not possible, doesn't pasting.

in recent versions of mac os x (i believe in 10.5 forward) pasting is allowed. don't have available default. older versions of os x prohibited. if take @ the revision log documentation of nssecuretextfieldcell states:

2007-10-31 removed statement pasting not allowed


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -