wordpress-mobile / WordPress-Editor-Android

⛔️ [DEPRECATED] A reusable Android rich text editor component.
GNU General Public License v2.0
188 stars 50 forks source link

Issue #373: Don't scroll to the current cursor position when tapping an image #384

Closed aforcier closed 8 years ago

aforcier commented 8 years ago

Fixes #373.

When an image was tapped with the keyboard down, the screen would scroll to the current cursor position as the keyboard came up, which could be very far from the image that was actually tapped.

With this patch, the cursor is moved to the image, so the screen only scrolls to the bottom of the image that was tapped when the keyboard comes up.

cc @maxme

maxme commented 8 years ago

:shipit: