BUG
12 TopicsSharePoint SE Image Rendering Problem
Hi everyone, We are currently facing an issue with the image rendering function on SharePoint SE. After migrating our databases from SharePoint 2016 to SharePoint SE, custom renderings are no longer being generated/applied. We have attempted several troubleshooting steps (without success): Clearing the blob cache, Resetting the cache block, Using a different library (picture/assets), Creating new site collections (modern/classic). The issue is that this problem doesn't occur with all images: Some images with high resolutions (3000x5000) are not processing, while others work. Some images with a file "weight" of 1.5MB work correctly, while others do not. Some images work within one site collection but not in another site collection. Does anyone have any ideas or has anyone encountered a similar issue? Exemple of bad/good rendering : RegardsCollapsible sections: Linking to auto-expand a section and non-effective Search
As already discussed in some previous threads collapsible sections have a lowered functionality when being linked to; even though Section headers have anchor links, these have very limited function as they only bring you to the overall page with all sections. This is especially useless when you are trying to keep the page clean by collapsing your sections by default. The thread presents a workaround by adding an additional header within your collapsed section, which will open the section on landing, but you will end up with a redundant header: Collapsible section name Collapsible section name (redundant) This is less than ideal and means always repeating your section names, it also doesn't work properly when you want to link from one section to another on the same page. Additionally, if you try searching your Site for a keyword contained in one of the sections, not only will it not bring you to the paragraph containing the keyword, it will only open the page with all sections collapsed and with a focus on the very top of the page. Therefore there is no point in searching when you decided for Collapsible section organization for your pages, the Sharepoint basically tells you "It is somewhere on this page". You still need to expand each section and either scan the page to find the searched keyword, or use Ctrl+F. Is there a way to report this to the actual developers so they can implement web functions that have existed since 1991? anchor link opens the page, moves the section title to the top of focus and opens a collapsed section (perhaps this could be a toggle in section options) clicking a result in Sharepoint search does the above and additionally highlights the searched keyword within the section Thanks for reading.8.4KViews3likes3CommentsSite Pages showing as Page Template - Cannot publish major version
Does anyone know the fix for this weird bug. A bunch of our site pages in Modern SharePoint started showing "This is a page template saved on your site.https://go.microsoft.com/fwlink/?linkid=2007350." green bar at the top of the site page even though they are not templates, they cannot be found in the templates folder and be used as a template. It just started a recently. All of these pages didn't have that issue before and it affects multiple other site collections. We have no idea how to fix it and Microsoft Premium support has been unhelpful so far. We didn't change any configuration, when creating a new page it creates it correctly, It seems to only affect existing pages (even from 2 years ago) . This is an issue because we can't publish a major version because it only lets us save it as a template. (ie. just as minor versions).1.2KViews0likes0CommentsCopy function with videos BUG!
Hi! I have about 15 video's in my Documents uploaded, all different. When I add a file viewer and assign 1 video, I copy that webpart and change the video. After publishing, the old video is back for all webparts (about 15...) This is really a bug and takes away the efficient way of working with SharePoint.506Views0likes0CommentsNews Web Part rendering issues
Is anyone noticing major rendering issues with the SharePoint Online News web part? The issues are similar to this post... https://techcommunity.microsoft.com/t5/sharepoint/changes-to-top-story-news-web-part/m-p/2586536 ...but the impact is also on other 'Layout' types. It is almost as if Microsoft have broken their CSS or something, as the images used in news item banners are rendering as full size, rather than being cropped and having a gradient applied (to ensure text is readable in the web part). My configuration of the web part is as shown below (or attached), and I can confirm that this issue is happening in multiple tenants, and mulitple site collections. In fact, I can't find any site collection where this issue ISN'T occurring. Be very keen to hear of others experiencing this, and would be grateful if others could test this in their own tenants to see how widescale the problem is. Thanks, Joe7.1KViews3likes22CommentsSharePoint List Web Part - Column Formatting Links
This post is meant to address why the column formatting for "target": "_blank" doesn't work in the SharePoint list web part. I have a SharePoint lists which has the Title column formatted to open a link. The JSON is set to open the link in a new tab. This functionality works when viewing the list itself, but when I put it on a page using a List Web Part, the link opens in the same tab. The real problem is when the link doesn't open in a new tab, after SharePoint navigates, the quick launch isn't updating to the subsite's navigation. I've seen posts on this specific issue before as well. The partial page loading/caching must be causing this. The two issues are somewhat unrelated. { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "a", "txtContent": "@currentField", "attributes": { "target": "_blank", "href": "='[MySiteUrl]/sites/ops/[mySubSiteName]' + [$ID] + '/SitePages/Home.aspx'" } }4.3KViews0likes1CommentAttachment field not visible in the SharePoint Online views
Dear all, I receive user complains related to the SharePoint Online Modern Views. Since some days, we have difficulties to see the "Paperclip" alerting the Attachment for an Item. As you can see into that test I created to reproduce the case with a custom list created for and add an item with 2 pictures as attachment. When I refresh the default view, I can't have the clipper. For the user case, they can have it, but they have to load another list and come back to the wanted one to refresh that clipper option. Can you confirm if that is the same for your tenant ? Fab4.9KViews0likes3CommentsCustom View in Document Library - Grouping by Column - Bug finding
Dear All, There is a finding on the custom view in document library which is grouping by 1 column (Category). There have 6k documents in document library and using 1 column to group by all the document. Total Group by is 6 groups only. Once I access to this document library, the system is loading the documents. What if I interrupt it with click expanse or collapse the Category column, then the system will stop loading the document and showing 2 category groups only. In fact it should load 6 categories group. No load completely. I found something interesting that i need to re-collapse and re-expand the control a few times and the system will start to continue loading the document until complete. Loading properly. Please advice. Thanks.1.3KViews0likes3CommentsSharePoint 2016 on-prem crashes (dump to stack trace) when adding attachment to a Declared Record
If you have the In Place Records Management feature enabled for your site collection and you declare a list item as a record, SharePoint will "crash" if you try to add an attachment to the record. I know it does not make much sense to add an attachment to a declared record, but SharePoint will not prevent you from trying (if you don't notice it has been declared a record for example). For any other changes you try to make to the record SharePoint will display a nice little message that the record is locked and cancel the event, but for some reason adding an attachment instead causes a crash. Steps to reproduce: 1. Activate the "In Place Records Management" site collection feature 2. Create a custom list 3. In the list settings, allow manual declaration of records in the record declaration settings 4. Create a new list item 5. Declare the new list item as a record 6. Edit the item, add an attachment, and attempt to save the change. SharePoint will crash to a stack trace instead of providing a graceful error message946Views0likes0Comments