Skip to content

Item properties panel height is too small in new modern UI #9935

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

Open
2 of 9 tasks
JurajSlavik opened this issue Sep 24, 2024 · 7 comments
Open
2 of 9 tasks

Item properties panel height is too small in new modern UI #9935

JurajSlavik opened this issue Sep 24, 2024 · 7 comments
Assignees
Labels
Needs: Author Feedback Awaiting response from the original poster of the issue. Marked as stale if no activity for 7 days. Needs: Triage 🔍 Awaiting categorization and initial review. sharepoint-developer-support sharepoint-developer-support type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.

Comments

@JurajSlavik
Copy link

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

  • Edge 128.0.2739.79 (Official build) (64-bit), Chrome 129.0.6668.59 (Official Build) (64-bit)
  • SPFx 1.16.1
  • Node.js 14.20.1

Describe the bug / error

On sites with deployed SPFx app (containing ListView Command Set extension), the out of the box properties panel used for properties editation became practically unusable, because it`s height is too small for normal usage. Screenshot:

image

We have noticed this behavior today for the first time. On the sites / lists where no SPFx extensions are used, the panel behaves correctly for the lists with new modern UI.

Steps to reproduce

  1. Go to the list, on which some SPFx ListView Command Set is executed
  2. Click on New button (or Title of some existing item)
  3. The properties panel for the new (or existing) item is opened on the right side.
  4. The height of the panel has only about 90px, what makes it unusable.

Expected behavior

The properties panel for the new (or existing) item that is opened on the right side should have normal height (as it used to have), to allow normal work with the metadata.

@JurajSlavik JurajSlavik added the type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs. label Sep 24, 2024
@JurajSlavik
Copy link
Author

For now, as a quick workaround (to allow our clients to see an edit list items metadata), we have injected css uing app extension with following css:

.od-panel-md-listform {
  height: 100%;
}

@VesaJuvonen VesaJuvonen added the Needs: Triage 🔍 Awaiting categorization and initial review. label Sep 25, 2024
@JurajSlavik
Copy link
Author

JurajSlavik commented Sep 30, 2024

The same behaviour was observed on the client tenant after the See All click, in the right side list filter. The specific filter field panel, that is open, is too small:

Screenshot 2024-09-30 080911

For now, actual workaround is an injection of the following css:

/* Prevent SharePoint Online issue with too small OOTB panels */
.od-panel-md-listform,
.od-Panel--autoScroll {
  height: 100%;
}

@Ashlesha-MSFT Ashlesha-MSFT self-assigned this Apr 18, 2025
@Ashlesha-MSFT Ashlesha-MSFT added the sharepoint-developer-support sharepoint-developer-support label Apr 18, 2025
@Ashlesha-MSFT
Copy link

Hello @JurajSlavik,
Thank you for bringing this issue to our attention. We will look into it and get back to you shortly.

@Ashlesha-MSFT
Copy link

@JurajSlavik,
I followed the steps given by you, but for my tenant, I am getting expected behavior

Image

@Ashlesha-MSFT Ashlesha-MSFT added the Needs: Author Feedback Awaiting response from the original poster of the issue. Marked as stale if no activity for 7 days. label Apr 18, 2025
@JurajSlavik
Copy link
Author

From your screenshot, I can see that you are using the latest new version of the Modern UI (centered dialogs, Filter, Group by and Sort buttons before views in the top menu).

On my screenshots, there is an old version of the Modern UI (i in circle icon for opening the details table, no buttons before Views, detail page is opened on the right side). I just re-checked it, and the issue still remains, it behaves as we observed one half year ago.

Image

Additional info: We are forcing the usage of the old Modern UI using the Field Customizer (based on this information #9944 (comment)) as a prevention of other SPFx issues related to Modern UI (like non execution of some default methods in Command set customizers, like described for example here #9898).

@Ashlesha-MSFT
Copy link

@JurajSlavik,
Apologies for delayed responce
I tested by switching to classic experience, still not able to repro the issue

Image

Can you please help me by sharing tenant details so that we can raise bug, so that engineering can investigate into the issue.

@JurajSlavik
Copy link
Author

JurajSlavik commented May 12, 2025

Don`t worry with the delay.

The problem is observed in the Modern Sharepoint UI, not in the Clasic experience.
But as I mentioned, it is not the latest new version ot the Modern UI (Microsoft Lists UI), but just Modern SharePoint UI.

Summary

  • Classic Experience: no problem observed
  • Modern SharePoint UI (new version, Microsoft Lists UI, centered dialogs): no problem observed
  • Modern SharePoint UI (right side details pane): problem described it this issue is observed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Author Feedback Awaiting response from the original poster of the issue. Marked as stale if no activity for 7 days. Needs: Triage 🔍 Awaiting categorization and initial review. sharepoint-developer-support sharepoint-developer-support 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

3 participants