w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
145 stars 52 forks source link

Needs an option to make the <input> element readonly in "Keyboard Event Viewer" #137

Closed masayuki-nakano closed 7 years ago

masayuki-nakano commented 7 years ago

I really love Keyboard Event Viewer: https://w3c.github.io/uievents/tools/key-event-viewer.html

However, I cannot test some special cases with this unfortunately. The cases are, keyboard events on non-editable element. For example, when non-editable element has focus, composition won't be started usually. Therefore, keyboard events for a dead key sequence may be different if focus is in readonly editor.

So, I hope that there is a checkbox to toggle readonly or editable.

garykac commented 7 years ago

Sorry for taking so long to get around to this. Let me know if there's anything else that would be useful to add.