Skip to content

Conversation

@ling1726
Copy link
Contributor

@ling1726 ling1726 commented Feb 21, 2023

After #26584 where tabster was major bumped, a change was made so that modalizers without isAlwaysAccessible would always be aria-hidden. This was never set in the popover because it was never needed. Now that the bug has been fixed upstream in tabster, it is required.

After microsoft#26584 where tabster was major bumped, a bugfix was made so that
modalizers without `isAlwaysAccessible` would always be aria-hidden.
This was never set in the popover because it was never needed. Now that
the bug has been fixed upstream in tabster, it is required.
@ling1726 ling1726 marked this pull request as ready for review February 21, 2023 17:01
@ling1726 ling1726 requested a review from a team as a code owner February 21, 2023 17:01
@size-auditor
Copy link

size-auditor bot commented Feb 21, 2023

Asset size changes

Size Auditor did not detect a change in bundle size for any component!

Baseline commit: 8ed653213848b19ea55f8e0e7b09523c8c16e9fc (build)

@fabricteam
Copy link
Collaborator

fabricteam commented Feb 21, 2023

Perf Analysis (@fluentui/react-components)

No significant results to display.

All results

Scenario Render type Master Ticks PR Ticks Iterations Status
Avatar mount 1273 1301 5000
Button mount 922 940 5000
Field mount 1931 1948 5000
FluentProvider mount 1555 1520 5000
FluentProviderWithTheme mount 587 595 10
FluentProviderWithTheme virtual-rerender 554 552 10
FluentProviderWithTheme virtual-rerender-with-unmount 591 581 10
InfoButton mount 525 512 5000
MakeStyles mount 1977 1984 50000
Persona mount 2899 2822 5000
SpinButton mount 2294 2260 5000

@codesandbox-ci
Copy link

codesandbox-ci bot commented Feb 21, 2023

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 062828b:

Sandbox Source
@fluentui/react 8 starter Configuration
@fluentui/react-components 9 starter Configuration

@fabricteam
Copy link
Collaborator

fabricteam commented Feb 21, 2023

📊 Bundle size report

Package & Exports Baseline (minified/GZIP) PR Change
react-components
react-components: Accordion, Button, FluentProvider, Image, Menu, Popover
201.979 kB
56.265 kB
201.998 kB
56.27 kB
19 B
5 B
react-infobutton
InfoButton
127.185 kB
38.733 kB
127.204 kB
38.739 kB
19 B
6 B
react-popover
Popover
114.258 kB
35.174 kB
114.277 kB
35.179 kB
19 B
5 B
Unchanged fixtures
Package & Exports Size (minified/GZIP)
react-alert
Alert
87.465 kB
21.569 kB
react-avatar
Avatar
51.192 kB
14.043 kB
react-avatar
AvatarGroup
15.42 kB
6.167 kB
react-avatar
AvatarGroupItem
67.414 kB
18.551 kB
react-components
react-components: Button, FluentProvider & webLightTheme
64.09 kB
17.544 kB
react-components
react-components: FluentProvider & webLightTheme
35.049 kB
11.533 kB
react-persona
Persona
58.207 kB
15.986 kB
react-portal-compat
PortalCompatProvider
6.324 kB
2.129 kB
react-table
DataGrid
143.529 kB
39.134 kB
react-table
Table (Primitives only)
43.776 kB
12.063 kB
react-table
Table as DataGrid
134.29 kB
34.471 kB
react-table
Table (Selection only)
82.208 kB
20.536 kB
react-table
Table (Sort only)
81.637 kB
20.386 kB
🤖 This report was generated against 8ed653213848b19ea55f8e0e7b09523c8c16e9fc

@fabricteam
Copy link
Collaborator

fabricteam commented Feb 21, 2023

🕵 fluentuiv9 No visual regressions between this PR and main

@ling1726 ling1726 merged commit 2d33c55 into microsoft:master Feb 22, 2023
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Feb 24, 2023
* master: (93 commits)
  chore: migrate to jest 27 (microsoft#26835)
  chore: make lint task run without need of build (microsoft#26872)
  chore(react-table): exports UseTableSelectionOptions (microsoft#26892)
  applying package updates
  fix(react-card): allow elements to grow to fill the available space (microsoft#26616)
  fix: Popover without focus trap should not be aria-hidden (microsoft#26932)
  applying package updates
  applying package updates
  fix(react-combobox): Remove _getAriaActiveDescendantValue, compute aria-activedescendantvalue in state, and update currentPendingValue when the options change (microsoft#26574)
  fix: v8 Combobox role and accname for non-hidden icon button (microsoft#26905)
  fix: Removing possible recursive loop in Coachmark (microsoft#26934)
  Combobox: Fix cursor jumping to the end of input (microsoft#26931)
  Fix missing icons on website (microsoft#26797)
  fix: Fix the width of Input's focus border with appearance=underline (microsoft#26881)
  chore: Clean up Input's interactive styles (microsoft#26865)
  Remove codeowners from change files (microsoft#26935)
  chore: add splitbutton error warning to docs, remove button ariaDescription example (microsoft#26904)
  docs: Remove testing code from MenuList example (microsoft#26929)
  chore: refactor SpinButton to use makeResetStyles (microsoft#26867)
  feat: Set overflow on positioned element when `autosize` is applied (microsoft#26868)
  ...
marcosmoura added a commit to marcosmoura/fluentui that referenced this pull request Mar 15, 2023
…r-component

* feat/drawer-base-component: (141 commits)
  remove DrawerContainer
  feat: WIP add initial draft for Drawer and DrawerContainer
  chore: migrate to jest 27 (microsoft#26835)
  chore: make lint task run without need of build (microsoft#26872)
  chore(react-table): exports UseTableSelectionOptions (microsoft#26892)
  applying package updates
  fix(react-card): allow elements to grow to fill the available space (microsoft#26616)
  fix: Popover without focus trap should not be aria-hidden (microsoft#26932)
  applying package updates
  applying package updates
  fix(react-combobox): Remove _getAriaActiveDescendantValue, compute aria-activedescendantvalue in state, and update currentPendingValue when the options change (microsoft#26574)
  fix: v8 Combobox role and accname for non-hidden icon button (microsoft#26905)
  fix: Removing possible recursive loop in Coachmark (microsoft#26934)
  Combobox: Fix cursor jumping to the end of input (microsoft#26931)
  Fix missing icons on website (microsoft#26797)
  fix: Fix the width of Input's focus border with appearance=underline (microsoft#26881)
  chore: Clean up Input's interactive styles (microsoft#26865)
  Remove codeowners from change files (microsoft#26935)
  chore: add splitbutton error warning to docs, remove button ariaDescription example (microsoft#26904)
  docs: Remove testing code from MenuList example (microsoft#26929)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants