edtro / EdTro.AzureDevOps.Extensions.querybasedboards

Query Based Boards enables a user to visualize the result of work item queries as a board and track the dependencies.
MIT License
24 stars 2 forks source link

Bug: with on-prem installations the drag/drop does not work in Edge (the old pre-chronium) #14

Closed edtro closed 4 years ago

edtro commented 4 years ago

in some situations while using the legacy XML process definitions, the drag/drop does not work in Edge... while the same is working without any problems in Chrome.

The inheritance process definitions work without any problems in Edge.

edtro commented 4 years ago

Analysed this:

When trying to debug with a 'dev' build, there are no problems. While debugging within the minimalized code... noticed that the problems are within the React-Dnd library, most likely within the monitor.canDrop(). So I am not able to resolve this issue... fortunately this browser version is 'legacy', so when you are getting this problem... please upgrade to the new Chronium based Edge.

So I will be adding a notification when a known unsupported browser / on-prem combination is used.