-
Notifications
You must be signed in to change notification settings - Fork 1k
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
List Format View height and width not work #9987
Comments
Dear Mr. @MatrixYe23 Did you try:
|
Dear Mr. @aaclage |
Mr. @MatrixYe23 What type of View "Gallery" or "List"? |
Mr. @aaclage |
same issue here |
Ok could be a rollback. let's wait if there is a response from msft? |
Replicated exact same issue |
@MatrixYe23 @aaclage @louj88 I will check with the team and update. |
@aaclage @MatrixYe23 @louj88 This issue was identified and fixed by the team last week. Fix will be in production in 2 weeks. |
This is wrecking my views. It looks like the sizes in the parent elements (outside of what is customizable in JSON) are overriding the height/widths. |
@tpodugu-ms Is there a workaround available? Our views are currently not functioning, rendering SharePoint unusable for everyone who needs these customized views. |
The only thing I was able to do with mine was set overflow to scroll. That at least stopped tiles from overlapping one another. |
It looks to be resolved on our end, the formatting is appearing properly THANKYOU! If you're using SharePoint on the web, SHIFT + F5 should give it the boot it needs. |
It got normalized here too, but SHIFT + F5 was mandatory to every user here so far. |
I'm still experiencing issues with the custom formatted tile view, and a hard refresh hasn't resolved it. @tpodugu-ms , could you please confirm if the fix has been implemented? |
A two-week wait is just unacceptable. Isn't there a rollback option or workaround? We cannot use many of our sites due to the views not working, making Sharepoint unusable for many sites. how was such a bug pushed into production anyway? are these changes not tested?
|
In my side its all right again. Thx a lot |
I have seen this problem on 4 different tenants and worked with my customer to find a workaround. Using "fillHorizontally": true and setting the height and width directly on the formatter + override the css with a SpFx App Customizer with following styles: .cfRowFillHorizontally {
display: block;
}
.sp-list-gallery-tile {
height: 800px !important; <= where 800 is the height of your tile
} This is not perfect if you having different sizes of tiles in different lists on your site it gets complicated. Hope MS get a fix out soon. |
thanks, I will give this workaround a try |
the problem just seems to have corrected itself on my sharepoint site |
I see it to on my tenants :) |
@MatrixYe23 |
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
when using format view as design mode, the height as below:
after change to advanced mode as below (do not change anything):
the default code as below:
but when i save the format view and refresh page, the view as below:

the height become small and i cannot adjust by update the attribute ‘height’.
Steps to reproduce
1.create a view, select some fields.
2.open format current view and use design mode to pick up some fields.
3.switch to advance mode, save view and refresh page.
4. the card become shorter, and some fields will be blocked.
Expected behavior
the card view could show all the information and could adjust by attribute ‘height’.
The text was updated successfully, but these errors were encountered: