Conversation
Codecov Report
@@ Coverage Diff @@
## master #1820 +/- ##
=========================================
Coverage ? 69.56%
=========================================
Files ? 875
Lines ? 7596
Branches ? 2219
=========================================
Hits ? 5284
Misses ? 2304
Partials ? 8
Continue to review full report at Codecov.
|
|
Looks good to me |
dzearing
left a comment
There was a problem hiding this comment.
Yep change makes sense. If this is a bug in the other copy, we need to merge the two asap to stop the branching 😀 or fix the bug in both places.
@davezuko totally agree on keeping consistency between copies. We encountered the bug when had a case of opening another window with components through Update: created a PR microsoft/fluentui#10187 |
Fixes #1817
By replacing
documenttogetDocumentfromfocusUtilitieswe're making sure that the right document object will be used for correctFocusZoneandFocusTrapZonefunction.getDocumentis called with node elementsthis._root._currentand implementation looks like this: