-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[UWP] Fixes IsTabStop property in Layouts #4703
Conversation
mattleibow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
build |
* [UWP] the ScrollView does not gain focus * address comments fixes xamarin#4653
|
@paymicro can this be redone? It's causing a scrollview bug. There are two tags that are implemented via interfaces. (Is this a code smell?). ITabStopOnDescendants: StepperRenderer, TimePickerRenderer, DatePickerRenderer, SearchBarRenderer Since the bug found is in ScrollViewRenderer it seems that we can remove the IDontGetFocus tag from ScrollViewRenderer. Then IDontGetFocus and ITabStopOnDescendants can be merged. Does this interfere with the intention of this PR? cc @AxelUser |
|
Any feedback on whether we can get a quick revert of this PR @samhouts @davidortinau @paymicro ? |
Description of Change
Fixes IsTabStop property in Layouts
Issues Resolved
API Changes
None
Platforms Affected
Behavioral/Visual Changes
None
Before/After Screenshots
Not applicable
Testing Procedure
Toggle Grid IsTabStopPR Checklist