-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
Description
The dragging is not working properly when long-pressing over the content of the following types of blocks:
- Search block ✅ (Already addressed in [RNMobile] Fix drag mode not being enabled when long-pressing over Shortcode block WordPress/gutenberg#41155)
- Contact Info block ❌
- Shortcode block ❌
Looks like this might be related to the fact that these blocks are not using Aztec for rendering the text input, instead, they're using the PlainText
component.
- Search block
- Contact Info
- https://github.com/Automattic/jetpack/blob/721b4ca9140893491f50e48e80c3f039387624ca/projects/plugins/jetpack/extensions/blocks/contact-info/phone/edit.native.js#L13-L20
- https://github.com/Automattic/jetpack/blob/721b4ca9140893491f50e48e80c3f039387624ca/projects/plugins/jetpack/extensions/blocks/contact-info/common.native.js#L36-L38
- https://github.com/Automattic/jetpack/blob/721b4ca9140893491f50e48e80c3f039387624ca/projects/plugins/jetpack/extensions/shared/simple-input.native.js#L12-L19
- Shortcode block