diegoles / closure-library

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

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 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:

GoogleCodeExporter commented 8 years ago
Has since been fixed.

Original comment by joelt...@google.com on 23 Jul 2015 at 5:35