Skip to content

Pickers: Fix some bugs related to scrolling and focus#4416

Merged
joschect merged 8 commits intomicrosoft:masterfrom
joschect:pickers-focusandscroll-improvements
Mar 30, 2018
Merged

Pickers: Fix some bugs related to scrolling and focus#4416
joschect merged 8 commits intomicrosoft:masterfrom
joschect:pickers-focusandscroll-improvements

Conversation

@joschect
Copy link
Copy Markdown
Contributor

Pull request checklist

  • Addresses an existing issue: Fixes #0000
  • Include a change request file using $ npm run change

Description of changes

There were two bugs related to pickers and suggestions.

The first was when a user scrolled and attempted to click on a suggestion, the suggestions would jump back to the top of the list and not select the item clicked.

The second bug was that the suggestions menu would not dismiss properly when a suggestion was selected.

This additionally cleans up focus so focus events are only called when focus leaves the component as a whole, not just when focus leaves the picker input.

Focus areas to test

(optional)

@joschect joschect merged commit f1df1b6 into microsoft:master Mar 30, 2018
@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.

2 participants