Closed bomberstudios closed 8 years ago
I find it works better in 10.12.1 like so:
var alert = COSAlertWindow.new();
alert.addTextFieldWithValue("");
alert.addTextFieldWithValue("");
alert.runModal()
In the example you gave me, the next key loop stops at the second field, and doesn't tab over to the OK button.
So I don't think there's anything Cocoa Script should change.
Indeed, this seems to work as expected on 10.12.1. Closing!
We've had a few reports from plugin developers about this issue. Here's an example:
They're using
COSAlertWindow
on their code.Another developer told us that:
Is this something that could be improved in https://github.com/ccgus/CocoaScript/blob/master/src/framework/COSAlertWindow.m?