Select to view content in your preferred language

Update Workflow in Editor Widget Issue

2217
22
08-13-2023 11:12 PM
MohammedZaki
New Contributor III

I'm using the editor widget, JS SDK version 4.27.6

The update button is not working.

- Clicking the button is not triggering any HTTP requests or doing any actions.

- No errors in the console.

Is this a common bug?

0 Kudos
22 Replies
DanRussell
New Contributor II

The latest update to zone.js includes the fix for this issue: https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md

Just did a `yarn upgrade-interactive` to get the latest version of zone.js in our Angular 17.3 app, and I can confirm that this fix resolves the issue for our app.  Your package manager command and results may vary 🙂

0 Kudos
KyleONeill
New Contributor II

Did a simple `npm install zone.js@0.14.5` and it also fixed the issue in my 17.3 app.

0 Kudos
MichaelWen_Timmons
New Contributor III

I'm encountering something similar after upgrading to JS API 4.28. When resizing/reshaping lines or polygons I got the save/update button becomes useless and no event is triggers in Developer Console.

The only thing I have to add is that if I move the line or polygon a little bit before start vertex editing then the buttons work. I've offered that workaround to my users but would still want a full fix.

0 Kudos