Cannot resize elements with resize: both on Android
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P5)
Tracking
()
People
(Reporter: tomasz.kontusz, Unassigned)
References
Details
(Keywords: parity-chrome)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0
Steps to reproduce:
- Open https://developer.mozilla.org/en-US/docs/Web/CSS/resize in Firefox for Android 97.0.0-beta.6 (or desktop FF 97.0 in pointer events simulation mode).
- Drag the triangle in the corner of the "Try resizing this element." square.
Actual results:
The whole page moves (normal page scrolling happened).
Expected results:
The element should get resized.
Comment 1•3 years ago
|
||
I think this is a more general question of how, if at all, operations meant to be invoked via mouse-click-and-drag are supported on touchscreens.
Comment 2•3 years ago
|
||
Chrome also does not support this on Android (I'm not sure the case when connecting a mouse). So there is no workaround for users but Chrome not supporting this means that web apps don't depend on this feature at least for now.
Comment 4•3 years ago
|
||
This works in Chrome 97 on Android and other Blink based browsers on Android (Brave, Edge, Vivaldi, etc.). It has not been refined for touch usage, so your tap and drag needs to be quite accurate.
Comment 5•6 months ago
|
||
dup of bug 1776834?
Description
•