"AltitudeAngle" and "AzimuthAngle" are not used for actions of type "touch"
Categories
(Remote Protocol :: Agent, defect, P3)
Tracking
(Not tracked)
People
(Reporter: whimboo, Unassigned, Mentored)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [webdriver:backlog][lang=js])
As noticed when reviewing a wpt upstream PR for touch actions we do not set the altitudeAngle and azimuthAngle properties at all when synthesizing the touch event:
Also by using WindowUtils.sendTouchEvent() in event.sys.mjs you can see that there is no such azimuth or altitude property available but only a rotation angle, force, and twists. So not sure as of now in how we have to convert.
Maybe we only have to use the conversion algorithm from the pointer spec to get the tiltX and tiltY values from both above properities.
The tests are synced with bug 1857222. So lets wait until those changes landed.
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 1•2 years ago
|
||
Beside the broken tests we didn't get any bug report yet. As such lets handle it as a P3 for now.
| Reporter | ||
Comment 2•1 year ago
|
||
I would be nice to have this feature. As such I'm happy to mentor anyone who is interested to work on this bug. The required work here would indeed be a conversion in case tiltX or tiltY is not defined, but the appropriate altitudeAngle and asimuthAngle.
Hey @whimboo, I would love to work on this issue, I am a begineer in this project but want to pick this up.
From the description and code pointer that you share what i have understood is that we need to set the altitudeAngle and asimuthAngle properties, but then there is mention of tiltX and tiltY properties (I am not aware of the relation between these two set of properties, it would be helpful if you can point me to a resource which describes that).
Thanks.
| Reporter | ||
Comment 4•1 year ago
|
||
Hello Harsh, I'm sorry that my answer comes that late but I completely missed your comment. For now I want to ask if you would be still interested to work on this bug, or if you no longer have the time. If you want I'm happy to provide more details to get you started. Note that you can also join us on Matrix in th #webdriver channel for direct conversations.
Comment 5•1 year ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE.
For more information, please visit BugBot documentation.
Description
•