Flym icon indicating copy to clipboard operation
Flym copied to clipboard

Unexpected behaviours after a screen orientation change (reported by activity)

Open datalossdetector opened this issue 6 years ago • 0 comments

I developed an automatic test case generation tool and it detected these problems in your app. I would like to know if you consider them as failures and, if not, why. Thanks for your collaboration.

  1. In MainActivity, when I change the orientation of the device screen, the content inside the EditText changes its position and it comes back to the beginning. 2019-07-13 00-05-17_before 2019-07-13 00-05-17_after

  2. The TextView widget with "Select group name" content disappears when I change the orientation of the device screen in FeedListEditActivity. 2019-07-12 14-10-35_before 2019-07-12 14-10-35_after

  3. AboutActivity, when I change the orientation of the device screen, doesn't keep the scroll position. 2019-07-12 10-21-22_before 2019-07-12 10-21-22_after

datalossdetector avatar Aug 06 '19 14:08 datalossdetector