microsoft / vsts-extension-multivalue-control

A work item form control which allows selection of multiple values.
MIT License
46 stars 45 forks source link

Control not loading in all browsers #114

Closed cverdow closed 4 years ago

cverdow commented 4 years ago

The control was loading correctly last week. It will now not load in Google Chrome. It does load in Internet Explorer.

cverdow commented 4 years ago

multivalue.js:21 Uncaught (in promise) Objectmessage: "n.forEach is not a function"name: "TypeError"stack: "TypeError: n.forEach is not a function↵ at https://cdn.vsassets.io/bundles/vss-bundle-async-vgrBFOTCnCQbqogxx_eDjPQBMql065ZSL-B4-Nb6M6U0=:9:5942"__proto__: Object

nickbrooking commented 4 years ago

Same issue here as well.

v-yanfga commented 4 years ago

I met the same issue today, Control is missing in Edge, but there is no issue in IE browser, when page first load in Google Chrome, on issue occurred, but then try reload the page I've got below exception: image

benedikt-goeppner commented 4 years ago

Same issue here

willignicolas commented 4 years ago

Same issue here. We reset cookie and it works one time. But same problem after.

Thanks for your help

nickbrooking commented 4 years ago

If I change something in the work item process settings, such as add or remove a field, it shows up for one refresh as well, then breaks again.

nickbrooking commented 4 years ago

This is not just Chrome by the way, it behaves the same in all browsers including IE.

cverdow commented 4 years ago

Confirmed I am seeing it in all browsers. It just happened to work once in IE.

mohitbagra commented 4 years ago

Thanks for letting us know. It doesnt look like an issue in the extension since we havent changed anything in it lately. So it looks like a bug in Azure devops product code. We are investigating and will send an update and an ETA for the fix soon

mohitbagra commented 4 years ago

The issue should be fixed now.

mohitbagra commented 4 years ago

Can anyone verify?

cverdow commented 4 years ago

It is now fixed for me. Thank you!

nickbrooking commented 4 years ago

Working for us as well.

mohitbagra commented 4 years ago

Thanks. Closing the issue.