DescriptionFixing bug #152 (pressing "T" doens't leave a trail in the particle samples only in Chrome).
The problem had to do with the translation of the key codes. There's another issue that surfaced
with the event.js code in IE when the events are handled by methods running in V8. In that situation
it appears that event.keyIdentifier isn't actually a string and IE barfs when we call keyIdent.indexOf(). I added
a check to make sure it's a string but I don't know if the fix really belongs somewhere in the V8 / IE bridge
Patch Set 1 #
Created: 11 years, 3 months ago
Messages
Total messages: 2 (0 generated)
|