pnp / List-Formatting

List Formatting Samples for use in SharePoint and Microsoft Lists
https://pnp.github.io/List-Formatting/
MIT License
1.7k stars 822 forks source link

Bug in "multi-person-reaction" #780

Closed Synchh closed 2 months ago

Synchh commented 4 months ago

Our company has been using this sample for a couple of years:

https://github.com/pnp/List-Formatting/tree/master/column-samples/multi-person-reaction

When we click on the emoji, the users who click should normally be registered in the multi person field. But, after Microsoft updated Lists, nothing happens when users click on the emoji.

Would like to have back the simple way of clicking on the emoji to register the user.

Thanks

tecchan1107 commented 4 months ago

Thank you for reporting the issue @Synchh !

Perhaps the setValue action is not available due to the update, I saw a post on X (Twitter) where a similar issue is also occurring. (My environment has not been updated yet and I am not able to reproduce the phenomenon😢)

I think this is a bug in SharePoint (Microsoft Lists), so I am sorry, but could you please create an issue in the following repository and report the bug to Microsoft? https://github.com/SharePoint/sp-dev-docs

Fedes365 commented 4 months ago

@tecchan1107 I'm very curious about that, because I used setValue in a lot of samples. I'll test it and will give you a feedback as soon as possible.

Fedes365 commented 4 months ago

@tecchan1107 and @Synchh

I think it's a bug related to Microsoft Lists app: when a user clicks on the emoji nothing happens. setValue and all related capabilities are completely ignored.

Conversely, in SharePoint user interface and Microsoft Lists PWA (Progressive Web App) everything works fine 👍

tecchan1107 commented 4 months ago

@Fedes365 Thanks for the test!

@Synchh @Fedes365 If possible, could either of you please create an issue in the following repository? In my environment, that update has not been applied yet and I can't confirm the phenomenon😣 https://github.com/SharePoint/sp-dev-docs

Fedes365 commented 4 months ago

@tecchan1107 I will create a new issue as soon as possible 👍

Fedes365 commented 4 months ago

@tecchan1107 and @Synchh

You can find a new opened issue here

tecchan1107 commented 4 months ago

Thank you sooo much @Fedes365 !!!

Synchh commented 4 months ago

Hi @tecchan1107 and @Fedes365. Sorry, I've been away for a few days.

Is there something I should do now or do you have what you need for Microsoft or others to correct the error?

Just want to add that the error also occurs in Sharepoint for all users in our company (using both chrome and edge). See the attached video from our SharePoint environment.

Note one thing: If "the multi-person reaction" already contained several registered people before the update, then one person can click several times in the cell and remove all registrations so that in the end it says "0" people. After that, nothing happens when you click in the cell, as the attached video shows.

https://app.screencast.com/x7WoNUzQqX8VJ

Fedes365 commented 3 months ago

Hello @Synchh

thanks for your feedback and cooperation! Can you share it in the ticket I opened here?

tecchan1107 commented 2 months ago

From the thread of this issue, I think the bug has been resolved, so I will close this issue.