You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
When I am at a URL with an anchor (#anchor) and I change the anchor text only and press Enter, the entire page reloads instead of making the appropriate changes on the page.
Expected behavior:
The browser should try to jump to the anchor's location on the same page instance and trigger the appropriate JS events.
Platform (Win7, 8, 10? macOS? Linux distro?): macOS
Brave Version: 0.11.2
Steps to reproduce:
Open a page with anchors or JS events that respond to anchor changes. For example, I used the following Gmail URL, which should work for most with a Gmail account: https://mail.google.com/mail/u/0/#search/in%3Ainbox/p2
Change the anchor in the URL by typing into the address bar. In my example, I focused the address bar and changed "p2" to "p3", which should flip to the third page of the results.
Expected: In Firefox, what happens is the same thing as if I had clicked the ">" (next page) button in the search results. It just flips to the next page.
Actual: The entire page reloads, and then goes to the appropriate page of results, since the anchor is preserved
The text was updated successfully, but these errors were encountered:
oh, you are typing the new url in the urlbar? I guess I misunderstood the replication steps. Can you clarify them in the original post? I can replicate if I type the url in the urlbar
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
When I am at a URL with an anchor (#anchor) and I change the anchor text only and press Enter, the entire page reloads instead of making the appropriate changes on the page.
Expected behavior:
The browser should try to jump to the anchor's location on the same page instance and trigger the appropriate JS events.
Expected: In Firefox, what happens is the same thing as if I had clicked the ">" (next page) button in the search results. It just flips to the next page.
Actual: The entire page reloads, and then goes to the appropriate page of results, since the anchor is preserved
The text was updated successfully, but these errors were encountered: