Thread: Windows 10 Microsoft Edge Browser Issues

  1. #1
    Registered User
    Join Date
    Mar 2015
    Posts
    384

    Windows 10 Microsoft Edge Browser Issues

    As the title may suggest, I'm making this post to ask about certain issues I'm having with this site on Microsoft Edge in Windows 10.

    There are times when the browser restarts itself when I'm trying to post code on here. I have to do it on another browser, like Chrome. It doesn't always happen, though; it seems like it's only when I try to post a really long code or more than code snippet.

    So I was wondering if anyone on here who has enough experience with writing code to check stuff for browsers could check to see if the problem I'm experiencing is occurring due to compatibility issues with Edge?

    I hear that Edge uses newer technology than the one some sites use. That might be the reason.

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by Osman Zakir View Post
    So I was wondering if anyone on here who has enough experience with writing code to check stuff for browsers could check to see if the problem I'm experiencing is occurring due to compatibility issues with Edge?
    It's a website. HTML/CSS and some javascript. If it breaks on one browser you can safely put the blame on the browser.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Registered User
    Join Date
    Mar 2015
    Posts
    384
    Even so, is there a chance that the admin managing the site would fix the issue after troubleshooting it? I know it's probably selfish of me to ask this for just one browser, but still.

  4. #4
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    Quote Originally Posted by Mario F. View Post
    It's a website. HTML/CSS and some javascript. If it breaks on one browser you can safely put the blame on the browser.
    Especially a POS non-standards-compliant Micro$oft one.

  5. #5
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by Osman Zakir View Post
    Even so, is there a chance that the admin managing the site would fix the issue after troubleshooting it? I know it's probably selfish of me to ask this for just one browser, but still.
    vBulletin is a commercial web forum manager. I don't think Alex can do much from here. You are better of taking it to their own forum. IIRC access to the bugtracker is public, so you can fill in a bug report too.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  6. #6
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by Epy View Post
    Especially a POS non-standards-compliant Micro$oft one.
    You're talking about Internet Explorer, not Edge. Edge is built from the ground to be standards compliant.
    That said... Windows 8.2 was released way too early, way too buggy, and so is its new browser. Avoid both like the plague.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  7. #7
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by Elysia View Post
    You're talking about Internet Explorer, not Edge. Edge is built from the ground to be standards compliant.
    Uh-uh, aren't they all? HTML is here and CSS is here.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  8. #8
    Registered User Alpo's Avatar
    Join Date
    Apr 2014
    Posts
    877
    Quote Originally Posted by Mario F. View Post
    Uh-uh, aren't they all? HTML is here and CSS is here.
    IE8 was made specifically to troll the standard groups. It was never meant to be taken seriously, but one of the janitor's accidentally threw the source in the trash, and eventually it was found and passed around as a sort of joke.

    Quote Originally Posted by Osman Zakir
    As the title may suggest, I'm making this post to ask about certain issues I'm having with this site on Microsoft Edge in Windows 10.

    There are times when the browser restarts itself when I'm trying to post code on here. I have to do it on another browser, like Chrome. It doesn't always happen, though; it seems like it's only when I try to post a really long code or more than code snippet.

    So I was wondering if anyone on here who has enough experience with writing code to check stuff for browsers could check to see if the problem I'm experiencing is occurring due to compatibility issues with Edge?

    I hear that Edge uses newer technology than the one some sites use. That might be the reason.
    See if you can generate a dump file on application crash in Windows 10, if nothing else debugging it could tell you the faulting module. I've only ever done this with BSOD dumps, but I found this post recently (I haven't tested it, but it would be good diagnostically if it works) Generating a memory dump for a crashing process - Windows 7 Help Forums

    Also, certain parts of this site use flash, at least for myself they do, for instance the "upload image" file selection dialog uses flash to access the hardware. Most likely the crash is due to some 3rd party application or extension, but that's just inductive (true most of the time), but that's really just guess work on my part, I don't know anything about that browser.
    WndProc = (2[b] || !(2[b])) ? SufferNobly : TakeArms;

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Microsoft C++ V10 and Windows 2000 OS
    By johnggold in forum C++ Programming
    Replies: 4
    Last Post: 02-15-2012, 05:17 PM
  2. Microsoft Windows Architecture
    By planet_abhi in forum Windows Programming
    Replies: 0
    Last Post: 04-30-2004, 08:47 AM
  3. Browser for Windows
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 04-01-2002, 06:44 PM
  4. Microsoft software on a windows machine...
    By Syngyl in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 01-06-2002, 05:44 PM