Fixed
Details
Priority
MajorAffects versions
Components
Assignee
Hunter SonnHunter SonnReporter
Matt ClareMatt Clare
Details
Details
Priority
Affects versions
Components
Assignee
Hunter Sonn
Hunter SonnReporter
Matt Clare
Matt ClareCreated September 29, 2016 at 1:58 PM
Updated February 13, 2017 at 7:24 AM
Resolved October 21, 2016 at 2:24 PM
The current structure encapsulates the two <span>s inside one <a>. As such, it's hard (impossible?) to actuate the tool drop menu with the keyboard - because the enter key navigates to the site.
<li class="Mrphs-sitesNav__menuitem is-selected "> <a href="https://trunk-mysql.nightly.sakaiproject.org/portal/site/e9fa23e2-80ea-43fd-8bcd-95b72b6345fa" title="Discussion 1 SMPL101" role="menuitem" aria-haspopup="true"> <span>Discussion 1 SMPL101</span> <span class="Mrphs-sitesNav__dropdown" tabindex="-1" data-site-id="e9fa23e2-80ea-43fd-8bcd-95b72b6345fa"></span> </a> </li>
This screencasts demonstrates the problem http://www.screencast.com/users/mattclare/folders/Snagit/media/bc45b52e-84e4-4a3c-9e69-c4ce7f9d9a40
A solution likely requires limiting the <a> to the first span. There are probably many solutions for the tool menu.