Integer coordinates for click/contextmenu as pointerevents
There is a potential compat issue with making click/contextmenu pointer events. The coordinates (clientX/clientY, screenX/screenY, pageX/pageY, offsetX/offsetY) will be returned as fractional numbers. This is a mitigation plan for the unlikely case of breakage from fractional coordinates. We believe this is unlikely because we have been running a Finch experiment with ClickPointerEvent flag enabled in Canary+Dev for 2 months and there were no related bug reports. Our mitigation plan would allow us to keep click/contextmenu as pointerevents but make sure to return integer instead of fractional coordinates. Bug: 989958 Change-Id: I190010ab65f1e01b58480973660b4823f51a24fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510931 Commit-Queue: Liviu Tinta <liviutinta@chromium.org> Reviewed-by:Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#828207}
Showing
Please register or sign in to comment