-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Environment Information
- Package version(s):
"office-ui-fabric-react": "^6.138.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
Please provide a reproduction of the bug in a codepen:
https://codesandbox.io/s/5x3zvo621x
Repro 1
- Click the 2nd TextField.
- Click the Checkbox.
Repro 2
- Click the empty space of the dialog so none of the input elements has focus
- Click the 2nd TextField
Actual behavior:
The 1st TextField gets focus.
Expected behavior:
In Repro 1, the Checkbox should have focus
In Repro 2, the 2nd TextField should have focus
Note: If modalProps={{ isBlocking: true }} is removed, then there is no issue.
Priorities and help requested:
Are you willing to submit a PR to fix? (Yes, No)
Maybe
Requested priority: (Blocking, High, Normal, Low)
High. This makes blocking editable dialog unusable.
Products/sites affected: (if applicable)
Reactions are currently unavailable