-
Notifications
You must be signed in to change notification settings - Fork 2.9k
FocusTrapZone - restore last focused descendant element #5103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1054b89
added support for remembering last focused item in a FTZ and restorin…
bworline edd4f21
rush change
bworline 43564b9
removed onKeyDown from formal api; already present in nativeProps
bworline 9da9a9a
use defaultProps for focusTransferRule
bworline 39e4660
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
bworline 018e7a3
Merge branch 'master' of https://github.com/OfficeDev/office-ui-fabri…
bworline fe25c3a
Correct type compile error on keybaord handler params
bworline acd9458
change new prop from enum to bool on CR suggestion
bworline c175a4c
updated rush change msg
bworline ac562fc
added isDefaultPrevented to FocusCapture handler
bworline 6c22ca4
Merge branch 'master' into ftz-rememberlastfocused
bworline df5c176
Merge branch 'master' into ftz-rememberlastfocused
bworline ae3081d
Merge branch 'master' into ftz-rememberlastfocused
bworline 2f89def
Merge branch 'master' into ftz-rememberlastfocused
bworline 8b548c2
Merge branch 'master' into ftz-rememberlastfocused
bworline a2a9b89
update change comment
bworline 62dfcff
update comment
bworline 25e86b5
Update ftz-rememberlastfocused_2018-05-16-22-37.json
cliffkoh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
common/changes/office-ui-fabric-react/ftz-rememberlastfocused_2018-05-16-22-37.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "changes": [ | ||
| { | ||
| "packageName": "office-ui-fabric-react", | ||
| "comment": "FocusTrapZone: Added new capability. When `FTZ.focus()` is called, it will pass focus to a descendant element. The new prop `focusPreviouslyFocusedInnerElement` controls the descendant-choosing behavior.", | ||
| "type": "minor" | ||
| } | ||
| ], | ||
| "packageName": "office-ui-fabric-react", | ||
| "email": "benw@microsoft.com" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
👍