Open
Description
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
not applicable
Developer environment
None
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
- Chrome 135
Describe the bug / error
The new modern ui for document libraries provides access to the "chat function" (known from lists). Unfortunately, this chat seems only partly implemented and buggy.
For files:
- Text messages can be added
- @mentions are broken (placeholder for mention in text and no email sent to mentioned person)
- no indication of chat in grid (chat icon next to three dot menu of item).
For document sets:
- chat doesn't work at all (error message appears)
Steps to reproduce
- Create a document library (optionally, with document sets)
- Add a new file (optionally, a new document set)
- Access properties of file or document set
a) via three dot menu (properties)
b) via custom json formatting
"customRowAction": {
"action": "editProps"
}
- Add text or text with @mention to the chat box and press sent button.
Expected behavior
- Chat function shall work without error for files and document sets.
- Emails shall be sent if @mentions are used. Mentioned persons shall be shown in chat messages (instead of placeholder).
- Chat icon should be visible in files grid (in addition to three dot menu, like available for sharepoint lists, see screenshot below).