Open Bug 1755542 Opened 3 years ago Updated 6 months ago

Cannot resize elements with resize: both on Android

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P5)

Firefox 97
All
Android
defect

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:

  1. 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).
  2. 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.

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.

Component: Panning and Zooming → DOM: UI Events & Focus Handling

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.

Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Unspecified → Android
Priority: -- → P5
Hardware: Unspecified → All
See Also: → 554498

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.

Keywords: parity-chrome

dup of bug 1776834?

You need to log in before you can comment on or make changes to this bug.