Modify ↓
Opened 2 months ago
#13903 new enhancement
Blame improvements
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
If you're in e.g. https://trac.edgewall.org/browser/trunk/trac/versioncontrol/web_ui/browser.py#L481 you have to scroll all the way up to click "Blame", and then the line anchor #L481 is lost.
Improvements:
- Don't remove the line anchor (
#L481) - Don't require scrolling all the way up
- (maybe use CSS fixed positioning?)
- (or add a blame button next to each line number on the left?)
- (or some Javascript per-line context menu?)
Attachments (0)
Note:
See TracTickets
for help on using tickets.


