Ticket #6709 (new enhancement)
Extended 'view diff' feature does not update the browsing position
| Reported by: | eblot | Owned by: | cboos |
|---|---|---|---|
| Priority: | low | Milestone: | 0.12 |
| Component: | version control/changeset view | Version: | 0.11b1 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
When a changeset is browsed (/changeset/xxx) and that the max size/file limit is reached, the changeset diff is not rendered: only the changeset log message and the list of modified files are rendered. This is the expected behaviour.
A handy feature is that each modified file appears in the list with a "view diff" clickable link. When such a link is selected, the diff of the file is rendered, again with the log message of the same changeset.
However the browser shows the regular diff page, without scrolling down to the actual diff section.
When the log message is a bit long, the user experience is a bit weird: it seems that the link led to the same page as the full changeset: the same long log message is rendered, and the selected diff does not appear in the browsing window.
It would be nice to add an anchor to the diff section so that the browser directly jump to the actual diff, that is the info he selected from the changeset view.


