0.8.1
Pre-release
Pre-release
What's new in this release?
API Changes
delite/on
(and alsoWidget#on()
) will setEvent.key
to "ArrowDown", "ArrowLeft", etc. rather than "Down", "Left", etc. This is to match the specification ofEvent.key
, even though no browsers except the latest firefox
match the specification.
Bug Fixes
- Arrow key navigation broken in Firefox (#433)