29k icon indicating copy to clipboard operation
29k copied to clipboard

Android crash when scrolling in written sharing exercise in session

Open Greenheart opened this issue 1 year ago • 2 comments

What brings you here and how are you?

Just did the dive in exercise and liked it! Found a crash and a UX problem though.

Description

Two issues, maybe related:

  1. When writing a reflection in the session modal and scrolling up and down, this cause both the focused text input and the session modal itself to scroll in weird ways. It's like they both try to listen to scroll events at the same time.
  2. In one case this crashed the app and I lost my written text :(

Steps to Reproduce

  1. Open the dive in session, and skip to the written sharing exercise
  2. Focus the text input. Write something
  3. Try scrolling by pressing first in the text input and then in the session modal

Expected behavior:

First of all, the scroll should only happen on one element at a time. For example scrolling in the text input should not cause the session modal to also scroll.

Secondly, the app should not crash when scrolling.

Actual behavior:

The scroll is weird, consistently.

The app crashed once so I had to retype my reflection. From now on I'll type in another note app, and copy+paste into the Aware app to avoid having to deal with things like this.

Reproduces how often:

See above.

Versions

Version 2.25.0-v1279/P@028f3373

Additional Information

Android. See if you can find the Sentry crash report. Happened recently before this issue was opened.

Greenheart avatar May 12 '23 06:05 Greenheart