Mitch-At-Work

Results 10 comments of Mitch-At-Work

We are updating TeachingPopover to use an independent Carousel - this logic can be moved to an independent Carousel component which will give us a head start on Carousel component...

Closing out in favor of: https://github.com/microsoft/fluentui/pull/31957

Hi all, thank you for the bug report, I'll take a look at this soon as part of our migration to stable. While `newStartIndex === actualIndex` will solve the problem,...

Fix available here: https://github.com/microsoft/fluentui/pull/34673

Hi all, The Virtualizer does not inject any methods for page down/up so it will default to browser behavior - as the list is Virtualized this will often cause it...

I've drafted a PR here to showcase how the buffer sizing can be modified to accommodate this scenario at the application level: https://github.com/microsoft/fluentui/pull/33114 Note that also the bufferSize must be...

It seems that the Virtualizer hook's state is being reset when ComboBox opens causing it to be incorrectly set to 0 length, I will need to investigate futher here.

We've landed the underlying Virtualizer fixes to ensure the bufferItems/bufferSize is respected, this PR to update story should be ready to land now once approved: https://github.com/microsoft/fluentui/pull/33114

Looks good, just one small visual regression Let's investigate why the button boldness is different between current prod and semantic styles: ![image](https://github.com/user-attachments/assets/d11b8455-d412-481b-bad7-7e0642bfbedf) ![image](https://github.com/user-attachments/assets/2869ebba-43d1-4a2c-8480-1ef99e31f295)

Moved core changes (nessecary exports) to https://github.com/microsoft/fluentui/pull/35007