cryptee / web-client

Cryptee's web client source code for all platforms.
https://crypt.ee
Other
444 stars 22 forks source link

[Bug] On iOS, selecting text from left to right triggers the folder panel to open #70

Closed dhda closed 4 years ago

dhda commented 4 years ago

Hello hello! I have some more bugs to file.

Describe the bug On iOS, selecting text from left to right triggers the folder panel to open. No matter how slowly I drag my finger, it seems to be registered as a swipe.

To Reproduce Steps to reproduce the behavior:

  1. Enter some text
  2. Select the first word on the line
  3. Drag to expand the selection to the right
  4. Folder panel opens

Expected behavior The document doesn't fly away and I'm able to select text from left to right.

Screenshots Image-2

System Information:

johnozbay commented 4 years ago

Hi there! Wow! thanks a million for filing these bugs! Immensely helpful! Looks like iOS 13.3 broke this by changing the way it handles text selection.

Previously, when text is selected, editor would stay 'in focus', and swipes would be registered in the editor. Looks like as of iOS 13.3 when you select text, the editor now loses focus instead, and the swipe registers on the whole app, triggering a menu open.

I've fixed this in the alpha version now and linked this issue to our internal issue/release tracker. Once the update with this fix is out (should be in a few days), this issue will be closed automatically, and you'll get a notification!

Thank you so much for your help and patience! Best, J

dhda commented 4 years ago

Thank you!! 💜