Closed alanmcgovern closed 5 years ago
@CartBlanche this only helps when tabbing forward
@alanmcgovern It looks to me like when trying to reverse tab, back to the propertySearch
that the BecomeFirstResponder
code it reseting the focus.
I'm will also investigate (after the Binding changes) a ghost tab, if the propertyList
is empty.
Definitely MUCH better than what we currently have.
@ermau, @alanmcgovern Please either take a look at the code or watch the video link above.
If you tab forwards all the way to the end, it single tabs correctly all the way through the PropertyList
and the PropertyFilter
and round again.
The only glitch is having to double tab backwards from the very 1st control of the PropertyList
back to the PropertyFilter
control. So we're 98% of the way there. It is about 1000% better than what we currently have, as tabbing right now doesn't work at all.
Added a new issue referring to the double back tab from the PropertyPanel - https://github.com/xamarin/Xamarin.PropertyEditing/issues/589
Fixes - https://github.com/xamarin/Xamarin.PropertyEditing/issues/510 If the outline view is made the first responder we should select the first row (if there's no selection) and then we should make it the first responder.