Modify ↓
Opened 20 years ago
Closed 20 years ago
#537 closed defect (fixed)
Redundant invisible "New Ticket" link in navigation bar
Reported by: | Christopher Lenz | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | low | Milestone: | 0.8 |
Component: | general | Version: | 0.7.1 |
Severity: | trivial | Keywords: | accessibility |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The navigation bar contains an invisible link to the "New Ticket" module, although a visible equivalent already exists:
<div id="navbar" class="nav"> <ul> <li><a href="/mptrac/trac/wiki" accesskey="1">Wiki</a></li> <li><a href="/mptrac/trac/timeline" accesskey="2">Timeline</a></li> <li><a href="/mptrac/trac/roadmap" >Roadmap</a></li> <li><a href="/mptrac/trac/browser/" class="active">Browse Source</a></li> <li style="display: none"><a href="/mptrac/trac/newticket" accesskey="7">New Ticket (Accessibility)</a></li> <li><a href="/mptrac/trac/report" >View Tickets</a></li> <li><a href="/mptrac/trac/newticket" accesskey="9">New Ticket</a></li> <li><a href="/mptrac/trac/search" accesskey="4">Search</a></li> </ul> </div>
The invisible link is bound to accesskey 7, the visible link to accesskey 9. Because 9 is already bound to the "About Trac" link, only 7 works for accessing the "New Ticket" link.
Why not simply set the accesskey of the visible link to 7 and remove the invisible link?
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
Milestone: | → 0.8 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 20 years ago
Keywords: | accessibility added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [939].