-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
intervention error #27639
base: master
Are you sure you want to change the base?
intervention error #27639
Conversation
bug: [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
@Haniov please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
@microsoft-github-policy-service agree |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit fe787c9:
|
Asset size changes
Baseline commit: 9815f72fe8f53e4e505f68c74a256aa648fde84d (build) |
📊 Bundle size report🤖 This report was generated against 9815f72fe8f53e4e505f68c74a256aa648fde84d |
🕵 fluentuiv8 No visual regressions between this PR and main |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
BaseButton | mount | 918 | 957 | 5000 | |
Breadcrumb | mount | 2498 | 2562 | 1000 | |
Checkbox | mount | 2507 | 2493 | 5000 | |
CheckboxBase | mount | 2172 | 2268 | 5000 | |
ChoiceGroup | mount | 4232 | 4367 | 5000 | |
ComboBox | mount | 996 | 1055 | 1000 | |
CommandBar | mount | 9214 | 9256 | 1000 | |
ContextualMenu | mount | 17032 | 16930 | 1000 | |
DefaultButton | mount | 1121 | 1135 | 5000 | |
DetailsRow | mount | 3316 | 3297 | 5000 | |
DetailsRowFast | mount | 3377 | 3362 | 5000 | |
DetailsRowNoStyles | mount | 3085 | 3074 | 5000 | |
Dialog | mount | 4034 | 4044 | 1000 | |
DocumentCardTitle | mount | 373 | 364 | 1000 | |
Dropdown | mount | 2920 | 2928 | 5000 | |
FocusTrapZone | mount | 1712 | 1749 | 5000 | |
FocusZone | mount | 1660 | 1659 | 5000 | |
GroupedList | mount | 56683 | 65539 | 2 | |
GroupedList | virtual-rerender | 27866 | 27555 | 2 | |
GroupedList | virtual-rerender-with-unmount | 83916 | 84508 | 2 | |
GroupedListV2 | mount | 366 | 367 | 2 | |
GroupedListV2 | virtual-rerender | 344 | 351 | 2 | |
GroupedListV2 | virtual-rerender-with-unmount | 404 | 374 | 2 | |
IconButton | mount | 1660 | 1642 | 5000 | |
Label | mount | 527 | 524 | 5000 | |
Layer | mount | 4152 | 4075 | 5000 | |
Link | mount | 608 | 605 | 5000 | |
MenuButton | mount | 1390 | 1412 | 5000 | |
MessageBar | mount | 31432 | 31646 | 5000 | |
Nav | mount | 2924 | 2958 | 1000 | |
OverflowSet | mount | 1177 | 1165 | 5000 | |
Panel | mount | 2616 | 2628 | 1000 | |
Persona | mount | 1069 | 1112 | 1000 | |
Pivot | mount | 1346 | 1346 | 1000 | |
PrimaryButton | mount | 1267 | 1268 | 5000 | |
Rating | mount | 6568 | 6690 | 5000 | |
SearchBox | mount | 1316 | 1301 | 5000 | |
Shimmer | mount | 2661 | 2688 | 5000 | |
Slider | mount | 1943 | 1978 | 5000 | |
SpinButton | mount | 4297 | 4456 | 5000 | |
Spinner | mount | 586 | 593 | 5000 | |
SplitButton | mount | 2775 | 2785 | 5000 | |
Stack | mount | 611 | 614 | 5000 | |
StackWithIntrinsicChildren | mount | 1295 | 1300 | 5000 | |
StackWithTextChildren | mount | 3682 | 3632 | 5000 | |
SwatchColorPicker | mount | 9186 | 9361 | 5000 | |
TagPicker | mount | 2279 | 2228 | 5000 | |
Text | mount | 566 | 557 | 5000 | |
TextField | mount | 1361 | 1354 | 5000 | |
ThemeProvider | mount | 1306 | 1289 | 5000 | |
ThemeProvider | virtual-rerender | 876 | 885 | 5000 | |
ThemeProvider | virtual-rerender-with-unmount | 2026 | 1972 | 5000 | |
Toggle | mount | 930 | 901 | 5000 | |
buttonNative | mount | 342 | 320 | 5000 |
bug: [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
Previous Behavior
New Behavior
Related Issue(s)