Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New custom dialog boxes have a max width of 600px #9929

Open
2 of 9 tasks
svkcode opened this issue Sep 20, 2024 · 0 comments
Open
2 of 9 tasks

New custom dialog boxes have a max width of 600px #9929

svkcode opened this issue Sep 20, 2024 · 0 comments
Labels
type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.

Comments

@svkcode
Copy link

svkcode commented Sep 20, 2024

Target SharePoint environment

SharePoint Online

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

💥 SharePoint Framework

Developer environment

Windows

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

  • 💥 Internet Explorer
  • 💥 Microsoft Edge
  • 💥 Google Chrome
  • 💥 FireFox
  • 💥 Safari
  • mobile (iOS/iPadOS)
  • mobile (Android)
  • not applicable
  • other (enter in the "Additional environment details" area below)

Additional environment details

Describe the bug / error

A recent update to dialog boxes (rounded corners) in SharePoint is causing dialogs created with the sp-dialog library to have a max width of 600px. Content that is larger than 600px that used to fit is now overflowing.

image

Steps to reproduce

  1. Create a SPFx command set extension that displays a custom dialog box using the sp-dialog library with content larger than 600px
  2. Run the extension on a SharePoint list and execute the command to display the custom dialog

Expected behavior

Custom dialog boxes should expand to fit their content

@svkcode svkcode added the type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs. label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Projects
None yet
Development

No branches or pull requests

1 participant