jooking / closure-library

Automatically exported from code.google.com/p/closure-library
Apache License 2.0
0 stars 0 forks source link

goog.events.BrowserEvent button undefined with touch events #597

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When a goog.events.BrowserEvent is initialized with a touch event the button 
property is undefined. It should be 0 instead.

The issue only happens with touch event, not with mspointer events (ie10).

See attached patch.

Original issue reported on code.google.com by frederic...@gmail.com on 8 Oct 2013 at 8:57

Attachments: