You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to activit...@lists.mozilla.org
Hello Developers, When I try to run this code https://pastebin.com/fdDK0wNj
in a new tab of firefox, both Title and URL fields get cleared and it
shows an error message. Inshort I am not able to create a new topsite
entry using javascript. Steps to reproduce:
If you comment out the last line you'll see that the fields are populated. But upon executing the click event on the add button both the fields get cleared and cause the error message to show up.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to activit...@lists.mozilla.org
I found the fix. I had to manually trigger an event after setting the title and url values using fieldURL.dispatchEvent(new Event('input', {bubbles:true}));