Modify ↓
Opened 11 years ago
Closed 11 years ago
#11819 closed defect (fixed)
Link attributes of navigation item are removed when label is defined in trac.ini
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.3 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | navigation |
| Cc: | Branch: | ||
| Release Notes: |
The link attributes of a |
||
| API Changes: | |||
| Internal Changes: | |||
Description
When the label for a TracNavigation item is defined in the [mainnav] section of trac.ini, other attributes of the link such as target will be effectively stripped because the element is recreated: tags/trac-1.0.2/trac/web/chrome.py@:738#L716.
Attachments (0)
Change History (5)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Milestone: | next-stable-1.0.x → 1.0.3 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
Proposed changes in log:rjollos.git:t11819.
comment:4 by , 11 years ago
| Release Notes: | modified (diff) |
|---|
comment:5 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



This issue was discovered while working on th:#12036.