Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #13697
Closed
Open
Issue created May 28, 2014 by Administrator@rootContributor

Button dropdown example markup missing role="menu"

Created by: madjake

Problem: Button drop down example markup missing role="menu" which causes arrow key navigation to not work

URL: http://getbootstrap.com/components/#input-groups-buttons-dropdowns

Description: The example markup in the documentation for button drop downs is missing the role="menu" attribute on the UL's. This causes arrow key navigation of the drop down to not work.

The actual examples include role="menu" so they appear to work fine but a new user or somebody evaluating the feature might copy & paste and not realize why arrow key navigation does not work. (See real instance of this happening here: http://stackoverflow.com/questions/23919755/dropdown-toggle-not-responding-to-key-commands/23919863#23919863)

Assignee
Assign to
Time tracking