Community
    • Login

    Minor notepad-plus-plus.org web site issue when used with Internet Explorer 8, 9

    Scheduled Pinned Locked Moved General Discussion
    1 Posts 1 Posters 1.2k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mkupperM Offline
      mkupper
      last edited by

      From https://notepad-plus-plus.org/ in the News column there are links to the various versions of NPP. If you click to look the release notes for any of the versions there’s a News section in the left sidebar with links to the release notes for other versions. If you are using Internet Explorer 8 (I know, ancient version but I happened to be on someone’s Windows 2003 server and wanted to update their copy of NPP) you get a 404 error when you click to view the release notes. I tested with IE9 and saw the same issue.

      The cause is because the links to the release notes are formatted as
      <A href=“news/notepad-7.3.1-released.html”>Notepad++ 7.3.1 released</A>
      the links should have a leading / and be
      <A href=“/news/notepad-7.3.1-released.html”>Notepad++ 7.3.1 released</A>

      Apparently Firefox, Chrome, and IE version 10 on out all have logic that quietly inserts the leading /. I don’t know if they first try to fetch /news/news/notepad-7.3.1-released.html, get a 404, and then try /news/notepad-7.3.1-released.html.

      Marc

      1 Reply Last reply Reply Quote 0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      • First post
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors