I have a link like this: http://....../index?spid=1#tid=2&cmno=17 which will render an index page and move window position to top of the comment no.17 (cmno=17). It works normally.
But in other browser like IE, Firefox, when I was in that page, and focus mouse on the address bar then press enter again without changing URL, the page does not refresh. While in Chrome, when I do the same thing, the page is refreshed.
Is that normal behavior and difference between Chrome vs IE, Firefox? Or it's just my website's source code problem? Please help me.
Thanks a lot.
相关问题
- facebook error invalid key hash for some devices
- TestCafe - The browser always starts in clean slat
- UrlEncodeUnicode and browser navigation errors
- Improve converting string to readable urls
- Jasper: error opening input stream from url
相关文章
- Bcrypt vs Hash in laravel
-
Is it bad to put elements within the <hea
- Calling Chrome web browser from the webbrowser.get
- How can a browser know the scss files?
- C# HttpClient.SendAsync always returns 404 but URL
- What is the fastest way to map group names of nump
- Prevent $anchorScroll from modifying the url
- How does a browser handle cookie with no path and
查看全部
I asked chromium and this is the answer:
https://bugs.chromium.org/p/chromium/issues/detail?id=12952
So it is intentional UI design.