0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/frontend
chapoi 958df722f6
FIX: Restore pinch-zoom over the mobile composer editor and inputs (#42303)
Previously, the mobile composer swallowed pinch-zoom (and scroll)
gestures because `editorTouchMove` called `preventDefault()` on every
touch gesture and .composer-fields/.submit-panel used `touch-action:
none`.

This caused issues when the composer was zoomed in, it was nearly
impossible to zoom back out, resulting in elements not being reachable.

Meta `t/408540`

This change makes editorTouchMove ignore **multi-touch gestures** and
switches those regions to touch-action: pinch-zoom, so the browser's
native zoom works over the composer while accidental scroll-panning is
still blocked.
2026-08-04 12:47:14 +02:00
..
asset-processor DEV: Derive styleguide code samples from the rendered example (#42100) 2026-07-29 13:48:35 -03:00
deprecation-silencer
discourse FIX: Restore pinch-zoom over the mobile composer editor and inputs (#42303) 2026-08-04 12:47:14 +02:00
discourse-i18n DEV: add typescript support for core, themes and plugins (#41478) 2026-07-08 12:57:18 +01:00
discourse-markdown-it DEV: Bump eslint/lint-configs, and correct violations (#41321) 2026-07-01 10:39:57 +01:00
discourse-types DEV: Use bundler module resolution for @discourse/types consumers (#41661) 2026-07-13 21:43:39 -03:00
pretty-text FIX: clean up onebox loading decorations on fetch failure (#39277) 2026-07-23 19:50:41 -03:00
.npmrc
polyfills.js