Bernardo Sunderhus

Results 69 comments of Bernardo Sunderhus

Steps for investigating this issue: 1. create integration test on `react-table` to verify the use case 2. figure out if this is a `tabster` issue and if so investigate how...

@mshoho, I'll reopen this issue to ensure we follow up with upgrading tabster version before closing it!

This is also reproducible in `Popover` component, might need some investigation

For this feature we might require some levels of overrides: 1. global level flag that sets up every surface element as transparent (this could be a context) 2. component level...

This feature should affect surface components (not including Dialog): 1. Menu 2. Popover 3. Tooltip 4. Combobox 5. Dropdown 6. TagPicker 7. Toast (?) 9. Select (?) @miroslavstastny, am I...

What happens on the case of `Popover` `appearance="brand|inverted"`, do we have styles for those? https://react.fluentui.dev/?path=/docs/components-popover--default#appearance We'll also need styles for when the background is dark!

How should elements with background color behave inside of a semi-transparent surface? like a `Button` inside of a `Popover`: ![image](https://github.com/microsoft/fluentui/assets/5483269/6799fb4b-f114-4a02-8f4d-924fc2101cbf) (using dark theme here to make a clearer contrast between...

I believe this is the intentional behaviour @tudorpopams, @junaid51 , can you confirm it @YuanboXue-Amber ?

What you want @junaid51 sounds like an [InteractionTag](https://react.fluentui.dev/?path=/docs/components-tag-interactiontag--docs), and unfortunately we do not support usage of `InteractionTag` with `TagPicker` as that results on multiple accessibility problems with the current way...