Jiří Vyhnálek

Results 10 issues of Jiří Vyhnálek

## Previous Behavior Previously the width of the scrollbar wasn't subtracted from the available space for column resizing, resulting in columns in total being wider than its container and scrollbar...

Component: Table
Component: DataGrid

Fixes [#27652](https://github.com/microsoft/fluentui/issues/27652)

Area: Documentation

### Library React Components / v9 (@fluentui/react-components) Bernardo has more context. Creating this now so that I can link it in the TMP repo.

Type: Bug :bug:
Fluent UI react-components (v9)
Component: Tree

fixes #32366

Area: Documentation
Component: List

Currently the examples in the docs for Fluent V9 List don't work properly on dark and HC themes. This should be fixed before going to stable.

Area: Documentation
Component: List
Status: In PR
Fluent UI react-components (v9)

We are currently building a feature where the user can focus on a handle and resize part of the application. This can be considered a [window splitter pattern](https://www.w3.org/WAI/ARIA/apg/patterns/windowsplitter/). Based on...

ARIA
p3
feature/focus-mode
triaged

We are currently building a feature where the user can focus on a handle and resize part of the application. This can be considered a [window splitter pattern](https://www.w3.org/WAI/ARIA/apg/patterns/windowsplitter/). Based on...

JAWS bug
triaged
Workaround provided

### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell N/A ``` ### Are you reporting Accessibility issue? no ### Reproduction https://codesandbox.io/s/nice-poitras-wsk2c1?file=/example.tsx ### Bug Description ## Actual Behavior Setting...

Needs: Discussion
Status: Blocked
Package: utilities
Area: Typescript
Status: In PR
Fluent UI react-components (v9)
Resolution: Soft Close

## Previous Behavior Previously, when element validation in List failed, an error would be thrown. This would crash the app if the user switches from navigation mode `items` to `composite`...