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
Post a Comment