Issue metadata
Sign in to add a comment
|
PointerEvent from Samsung pen does not always have pen type |
||||||||||||||||||||||||
Issue descriptionRunning http://navidzolghadr.github.io/web-platform-tests/pointerevents/pointerevent_pointertype_pen-manual test shows that the expected type was pen but it got the empty string.
,
Mar 3 2016
,
Mar 4 2016
This looks like a crack in somewhere EventHandler: only the hovering pen events are missing pointerType, and they seem to be reusing an old pointerId. While the pen is touching the screen, both pointerType and pointerId look sane. Just discovered that hovering pen events are not event handled by EventHandler::handleTouchEvent, which is odd.
,
Mar 9 2016
Just realized that my fix for crbug.com/557817 covers this Android case! crrev.com/1760183002
,
Mar 10 2016
Fixed through the above patch. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by nzolghadr@chromium.org
, Mar 2 2016