On May 26, 2014, at 8:10 AM, Jonathan Mitchell wrote:
>
> On 26 May 2014, at 14:50, Keary Suska wrote:
>
>>
>> The bug is triggered when trying to display a sheet on a popover window, so
>> even if I capture error presentation I would still have to present a modal
>> alert of some kind. I w
On 26 May 2014, at 14:50, Keary Suska wrote:
>
> The bug is triggered when trying to display a sheet on a popover window, so
> even if I capture error presentation I would still have to present a modal
> alert of some kind. I was hoping the API would do that for me gracefully, but
> I was ap
On May 26, 2014, at 3:05 AM, Jonathan Mitchell wrote:
>
> On 26 May 2014, at 01:04, Keary Suska wrote:
>
>> I am implementing an editing view in a popover, and discovered that
>> validations messages will cause exceptions because AppKit is broken in that
>> regard...anyway so I set "always us
On 26 May 2014, at 01:04, Keary Suska wrote:
> I am implementing an editing view in a popover, and discovered that
> validations messages will cause exceptions because AppKit is broken in that
> regard...anyway so I set "always use application modal alerts" and that seems
> to work although t