Skip to content

FocusZone: redo the mouse down change to reset alignment#4560

Merged
dzearing merged 7 commits intomicrosoft:masterfrom
dzearing:redo-focuszone-change
Apr 16, 2018
Merged

FocusZone: redo the mouse down change to reset alignment#4560
dzearing merged 7 commits intomicrosoft:masterfrom
dzearing:redo-focuszone-change

Conversation

@dzearing
Copy link
Copy Markdown
Member

Pull request checklist

Description of changes

When the mouseDown event is received by FocusZone, focus alignment is reset (which is used in bidirectional up/down calculations.

Focus areas to test

You have a grid of items:
A B
C D

Focus is on A initially

Before:
Left arrow to B, press down. Goes to D.
Click on A, press down. Goes to D. (BAD!)

After:
Left arrow to B, press down. Goes to D.
Click on A, press down. Goes to C. (GOOD!)

@dzearing dzearing requested a review from micahgodbolt as a code owner April 15, 2018 19:32
This reverts commit da8d1c9.
@dzearing dzearing merged commit 1e2afca into microsoft:master Apr 16, 2018
@dzearing dzearing deleted the redo-focuszone-change branch April 16, 2018 00:55
@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant