Closed IvanTurashov closed 4 years ago
@lambertwang any ideas? Can you look into this?
From a glance Edge errors out on an infinite loop caused by a setState
in componentDidUpdate
. Since you've built this you can probably find the issue faster.
Huh, that's really strange. It doesn't repro in FF or Chrome for me, so I'm guessing there's some undefined or undocumented IE api that is causing this behavior. I will try to take a look this evening
@lambertwang thanks π
@lambertwang just checking, is this something you were able to look into? Thanks!
@ecraig12345 tagging for FYI
Here is another example in Safari 13.0.4. Click in the masked field, then type in the non-masked field and the focus moves back to the masked field on every keystroke. Works fine in Chrome.
@ecraig12345 assigning to you as the code owner of TextField.
:tada:This issue was addressed in #11875, which has now been successfully released as office-ui-fabric-react@v7.89.1
.:tada:
Handy links:
:tada:This issue was addressed in #11890, which has now been successfully released as office-ui-fabric-react@v6.211.3
.:tada:
Handy links:
Environment Information
Please provide a reproduction of the bug in a codepen:
https://codepen.io/IvanTurashov/pen/gZGdzW?editors=1010
Actual behavior:
IE 11:
Edge: if I move focus from first to second, then browser's tab will break.
Expected behavior:
Any number of fields will filled correctly, like as in Chrome
Priorities and help requested:
It works correctly without setState in onChange.
Are you willing to submit a PR to fix? No
Requested priority: Blocking