racingcow/you-R-here

Need to look at e.srcElement usage

Closed this issue · 1 comments

In some condition, firefox doesn't set the e.srcElement. See #24 for example.
There are other places that we're using e.srcElement that we need to look at.

ryoe commented

We'll just make sure we try e.target, then e.srcElement everywhere... note the quirksmode link below for Safari-specific issue.

References: