SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.25k stars 1.01k forks source link

Why are all the buttons in the dialog in the SPFx list view command set missing? #9964

Closed Haiqi-Wu closed 1 month ago

Haiqi-Wu commented 1 month ago

Target SharePoint environment

SharePoint Online

What SharePoint development model, framework, SDK or API is this about?

πŸ’₯ SharePoint Framework

Developer environment

None

What browser(s) / client(s) have you tested

Additional environment details

Describe the bug / error

The buttons in the Dialog used in the deployed SPFx ListView Command Set have disappeared! image While it still exists in the DOM, it's not visible anymore, what did Microsoft update that affected it? It was visible a week ago.

https://github.com/user-attachments/assets/c9ae9dcf-bac7-411f-8162-d7929fbe721f

Steps to reproduce

Just follow the tutorial document and deploy it to the SPO.

Expected behavior

The Dialog should show the button.

Haiqi-Wu commented 1 month ago

The background color, text color, borders, etc. are all set to transparent.

Haiqi-Wu commented 1 month ago

image The css variables used seem to have disappeared.

Haiqi-Wu commented 1 month ago

Anyone else facing the same situation?

natalieethell commented 1 month ago

Thanks for reporting - this looks like an issue with the FluentUI upgrade for the Primary Button. I've opened a bug with the partner team working on those updates.

psao commented 1 month ago

Anyone else facing the same situation?

Yes, we are also facing this issue. Did you get any resolution?

ymyqwe commented 1 month ago

This bug has already been fixed. This changes should be rolled out in a couple of weeks.

Haiqi-Wu commented 1 month ago

It seems the changes had been rolled out.