Open
Description
Testcase: http://jsfiddle.net/pMDsH/102/
Repro steps:
Chrome Version 33.0.1750.154 m
- Open http://jsfiddle.net/pMDsH/102/embedded/result/
- Open Developer Console
- Click on checkbox. Note the DOM path being logged.
- Click on "Add company" to trigger the modal component
- Click in "name". Note the DOM path being logged.
- Hit SHIFT-TAB. Notice that the keyboard focus is on the checkbox.
- Hit SPACEBAR. Notice that the checkbox gets selected/unselected in the background.
Expected behavior: When a Modal component is active, keyboard navigation should get disabled for all other components. Users should only be able to interact with modal components.
Semantic-UI already handles this for mouse clicks, but it should do the same for keyboard navigation.