Side navigation
#13749 closed bug (worksforme)
Opened April 08, 2013 11:32AM UTC
Closed April 08, 2013 01:46PM UTC
Last modified April 09, 2013 08:32AM UTC
MSPointer Events have empty "originalEvent" object and no pageX/Y coordinates
Reported by: | JoernBerkefeld | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Titles says it all.
Test-Case: http://jsfiddle.net/JoernBerkefeld/eNgJk/1/
Attachments (0)
Change History (7)
Changed April 08, 2013 01:46PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed April 08, 2013 09:29PM UTC by comment:2
... and you actually tested this on Win8/RT in IE10 which supports the MSPointer-Events?
On my Surface Tablet that sure is not the case.
Changed April 08, 2013 09:44PM UTC by comment:3
IBM Thinkpad X1 Carbon Touch, Windows 8 with IE10. Does my test case give you a pageX value?
Changed April 08, 2013 10:22PM UTC by comment:4
that's what I tried first and only got an "undefined" - which is why i tried to take a deeper look into the object with JSON.stringify...
will try again tomorrow morning with your fiddle (in ~10 hours). maybe triggering the event via touch or mouse changes the results. did try it with your finger or mouse?
Changed April 08, 2013 10:38PM UTC by comment:5
Both mouse and touch work with my test case on my system.
Changed April 08, 2013 10:49PM UTC by comment:6
I checked in IE10. It works, dmethvin's fiddle prints pageX to the console properly.
I tried with mouse only, though, I don't have a Windows tablet.
Changed April 09, 2013 08:32AM UTC by comment:7
weird - sorry for the trouble, but now the very same taste that only printed "undefined" yesterday seems to work just fine...
case closed
I don't see a problem, originalEvent isn't empty. Don't expect
JSON.stringify
to serialize constructed objects.http://jsfiddle.net/eNgJk/7/