maui-linux/Xamarin.Forms.CustomAttributes
John VanSickle 02050d7b6e [macOS] Entry focus unfocus events (#3011) fixes #3012
* Improve FormsNSTextField.FocusChanged behavior

Unfocused no longer fires immediately after first focus. Unfocused will fire with Return key or Tab key press. Unfocused will fire when window loses key while the Entry is was focused. Focused will fire when window becomes key and the Entry was previously first responder.

* Add UI test for macOS Entry focused/unfocused test

* Update test class to reflect github issue

* Unsubscribe from window events in FormsNSTextField

* Remove single line conditional braces

* Remove single line conditional braces
2018-06-25 12:44:01 +01:00
..
TestAttributes.cs [macOS] Entry focus unfocus events (#3011) fixes #3012 2018-06-25 12:44:01 +01:00
UiTestAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
Xamarin.Forms.CustomAttributes.csproj [All] Move to netstandard2.0 **Breaking change** (#1306) 2017-11-29 17:37:06 +00:00