Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Support binding to events with mixed case #22

Open
sorvell opened this issue Jan 31, 2014 · 1 comment
Open

Support binding to events with mixed case #22

sorvell opened this issue Jan 31, 2014 · 1 comment

Comments

@sorvell
Copy link
Contributor

sorvell commented Jan 31, 2014

A number of dom events have mixed case. Attributes are all lowercase so we can't match the event name directly using the attribute.

Here's a partial list with mappings:

{
  webkitanimationstart: 'webkitAnimationStart',
  webkitanimationend: 'webkitAnimationEnd',
  webkittransitionend: 'webkitTransitionEnd',
  domfocusout: 'DOMFocusOut',
  domfocusin: 'DOMFocusIn',
  dommousescroll: 'DOMMouseScroll'
}
@ghost ghost assigned rafaelw Jan 31, 2014
@sjmiles sjmiles closed this as completed Jan 31, 2014
@sjmiles sjmiles reopened this Jan 31, 2014
@sjmiles
Copy link
Contributor

sjmiles commented Jan 31, 2014

Oops

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants