We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a line number is clicked in a file whose particular revision displayed (i.e. the URL is in the form of http://localhost:8080/source/xref/mercurial/main.c?r=12%3Aec47d2e13931 - with the r parameter), the parameter disappears (i.e. the URL becomes http://localhost:8080/source/xref/mercurial/main.c#44 if line 44 is clicked on - the expected behavior is that the URL becomes http://localhost:8080/source/xref/mercurial/main.c?r=12%3Aec47d2e13931#44).
r
This blocks the fix for #1736.
The text was updated successfully, but these errors were encountered:
For completeness, this happens in FF 52.2.0.
Sorry, something went wrong.
Clicking on line number erases parameters
e3bf10e
fixes oracle#1745
Successfully merging a pull request may close this issue.
When a line number is clicked in a file whose particular revision displayed (i.e. the URL is in the form of http://localhost:8080/source/xref/mercurial/main.c?r=12%3Aec47d2e13931 - with the
r
parameter), the parameter disappears (i.e. the URL becomes http://localhost:8080/source/xref/mercurial/main.c#44 if line 44 is clicked on - the expected behavior is that the URL becomes http://localhost:8080/source/xref/mercurial/main.c?r=12%3Aec47d2e13931#44).This blocks the fix for #1736.
The text was updated successfully, but these errors were encountered: