-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
A-ScalarP2S-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-Defect
Description
A page refresh is required to have the widget update.
Dimension used to try to delete the Scalar sticker picker and then add its own widget, however the Scalar widget didn't appear to actually disappear when doing this. The approach was then changed to try and re-use the same widget ID and just swap out the URL on the fly, but that also didn't work.
This can be easily reproduced as follows:
- Acquire a sticker picker widget
- Open the widget to verify that it actually exists
- Close the widget
- Open devtools and change the URL for the
m.widgets
stickerpicker - Send the event
- Wait a few seconds (for the sync) and open the sticker picker
- Note the page has not changed
If you avoid step 3 and open devtools you'll notice two things:
- The sticker picker stays open on top (although probably a bug, this is a neat "feature")
- Changing the URL changes the sticker picker right away
Metadata
Metadata
Assignees
Labels
A-ScalarP2S-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-Defect