Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Rui Marinho ad8ac34d59
Fix tests (#3771)
* [ControlGallery] Wait for element and add timing to tests

* [iOS] Fix NRE on RenderPool
2018-09-13 01:37:04 +01:00
Stephane Delcroix 584846fe00 Fix broken 2499 test (#3037)
* Fix broken 2499 test

SelectedIndex being a BP, setting it's value might be delayed, and as
both ios and android PickerRenderer do not update on individual property
changes, but have a single UpdatePicker method, some properties might be
out-of-date, causing a crash.

This doesn't attemps to fix the renderers, but only prevents a crash to
happen.

* [Android] Apply fix to AppCompact picker

* [iOS] Enable linker for sdk

* [UITests] Better test for issue 2499
2018-06-15 19:01:21 +01:00
Stephane Delcroix f493397ea9
[Core] Fixes setting to Null Binding Context in Picker (#3014)
- fixes #2499 
- fixes #2815 
- closes #2833
2018-06-12 13:33:37 +02:00