This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
A disabled paper-checkbox may be focused #160
Open
Description
Description
If focus()
is called on a disabled
paper-checkbox
, it actually becomes focused (i.e. it is the activeElement
). This does not match the behavior of, say, a <button>
which cannot be focused when disabled.
This can trip up a user that has a paper-checkbox
in a <dialog>
for which showModal
is called. The dialog automatically focuses the first focusable element. If that's a disabled paper-checkbox
, the result will be unexpected.
Live Demo
http://jsbin.com/kobemoq/edit?html,output
Browsers Affected
- All