|
|
|
|
|
by hyperman1
2757 days ago
|
|
We've got a site that wont work in edge. Edge guesses for each number on a page if it might be a phone number. The guess depends on your locale. If it is considered phoneable, edge removes all javascript and replaces it with a link to skype. Which is fun if skype is not installed, it just pops up a messagebox complaining you need to install something, and it's not going to tell you what exactly. The error is only half translated and lost any meaning in the process. Can't put a DOM breakpoint on it either, the bloody browser just ignores everything you do to that DOM node. Fun, now a few rare numbers on one of our sites seem phone number enough for the dutch locale to break the site. Tell the user to switch to the french locale as workaround, or get any other browser. MS wants you to change the html to say: hey edge, this is not a phoneable number. WTF, microsoft? Way to shoot yourself in the foot. What else did you hide in there that will bite me one day? https://answers.microsoft.com/en-us/windows/forum/apps_windo... |
|