Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
datalossdetector opened this issue Aug 6, 2019 · 1 comment
Labels

Comments

@datalossdetector
Copy link

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. When I change the orientation of the device screen, ViewThreadActivity doesn't keep the scroll position
    2019-07-29 13-00-34_before
    2019-07-29 13-00-34_after

  2. When I change the orientation of the device screen, ViewTagActivity changes its state. Below there are different examples: the screenshots were taken before and after the screen orientation change and they are paired (before, after), (before, after) ...

-- first case --
It doesn't keep the scroll position
2019-07-29 13-30-09_before
2019-07-29 13-30-09_after

-- second case --
The opened options disappear
2019-07-28 17-16-35_before
2019-07-28 17-16-35_after

  1. When I change the orientation of the device screen, the image size changes in ViewMediaActivity
    2019-07-28 21-25-28_before
    2019-07-28 21-25-28_after

  2. When I change the orientation of the device screen, the CheckBox widgets reverse their values in ReportActivity
    2019-07-28 13-16-18_before
    2019-07-28 13-16-18_after

  3. When I change the orientation of the device screen, PreferencesActivity doesn't keep the scroll position
    2019-07-28 12-50-20_before
    2019-07-28 12-50-20_after

  4. When I change the orientation of the device screen, MainActivity doesn't keep the scroll position
    2019-07-28 12-14-19_before
    Uploading 2019-07-28 12-14-19_after.png…

  5. When I change the orientation of the device screen, ComposeActivity changes its state. Below there are different examples: the screenshots were taken before and after the screen orientation change and they are paired (before, after), (before, after) ...

-- first case --
"Cut, Copy, Paste" options disappear
2019-07-29 12-19-31_before
2019-07-29 12-19-31_after

-- second case --
"Add to dictionary" option disappears
2019-07-28 21-51-18_before
2019-07-28 21-51-18_after

-- third case --
The Dialog disappears
2019-07-28 18-35-53_before
2019-07-28 18-35-53_after

-- fourth case --
The comment written disappears
2019-07-28 13-21-20_before
2019-07-28 13-21-20_after

@charlag
Copy link
Collaborator

charlag commented May 10, 2022

Some of the things about transient menus are expected, some (mostly scroll position) are bugs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants