microsoft / fluentui

Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
https://react.fluentui.dev
Other
18.03k stars 2.69k forks source link

[Bug]: DatePicker closes prematurely after using keyboarding shortcuts #30556

Open claudiuciumedean opened 4 months ago

claudiuciumedean commented 4 months ago

Library

React Components / v9 (@fluentui/react-components)

System Info

@fluentui/react-calendar-compat - "0.0.9"

Are you reporting Accessibility issue?

no

Reproduction

See bug description

Bug Description

We are experiencing a bug with the calendar control.

Actual Behavior

The page scrolls and the date picker closes

Expected Behavior

The selected date moves

See repro here Compat Components / DatePicker - Default ⋅ Storybook (fluentui.dev)

Logs

No response

Requested priority

Normal

Products/sites affected

Microsoft Dynamics 365 Business Central

Are you willing to submit a PR to fix?

no

Validations

miroslavstastny commented 4 months ago

I am not able to repro the exact issue, but I see that hitting Page Up in the date picker popover multiple times eventually moves the focus to body. We should investigate.

ValentinaKozlova commented 6 days ago

This fix should resolve it https://github.com/microsoft/tabster/pull/393