-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Comments
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:
|
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: For now, actual workaround is an injection of the following css:
|
Hello @JurajSlavik, |
@JurajSlavik, |
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. 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). |
@JurajSlavik, Can you please help me by sharing tenant details so that we can raise bug, so that engineering can investigate into the issue. |
Don`t worry with the delay. The problem is observed in the Modern Sharepoint UI, not in the Clasic experience. Summary
|
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
Additional environment details
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:
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
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.
The text was updated successfully, but these errors were encountered: