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) #4145

Open
datalossdetector opened this issue Aug 6, 2019 · 3 comments
Labels
type: bug Something is causing incorrect behavior or errors

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, MessageList activity changes its state. Below there are four different examples: the screenshots were taken before and after the screen orientation change and they are paired (before, after), (before, after) ...

--- first case ---

A Dialog disappears when the device screen is rotated.

2019-07-25 12-53-34_before

2019-07-25 12-53-34_after

--- second case ---

The scroll position changes after an orientation change.

2019-07-25 10-29-21_before

2019-07-25 10-29-21_after

--- third case ---

Text "test123" disappears from the search bar.

2019-07-25 10-01-45_before

2019-07-25 10-01-45_after

--- fourth case ---

The dialog disappears from the screen.

2019-07-25 09-57-01_before
2019-07-25 09-57-01_after

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

--- first case ---

2019-07-25 11-18-02_before

2019-07-25 11-18-02_after

--- second case ---

The image icon appears after an orientation change.

2019-07-25 10-39-17_before

2019-07-25 10-39-17_after

  1. When I change the orientation of the device screen, in ManageIdentities activity, the Dialog widget "Manage Identity" disappears.

2019-07-25 18-47-52_before

2019-07-25 18-47-52_after

  1. FolderList activity, when I change the orientation of the device screen, changes its state. Below there are two different examples: the screenshots were taken before and after the screen orientation change and they are paired (before, after), (before, after)

--- first case ---

Text "test123" disappears from the search bar.

2019-07-25 11-06-36_before

2019-07-25 11-06-36_after

--- second case ---

A Dialog disappears after an orientation change.

2019-07-25 10-48-16_before

2019-07-25 10-48-16_after

@cketti
Copy link
Member

cketti commented Aug 13, 2019

I would like to know if you consider them as failures and, if not, why.

Yes, I consider those to be bugs.

@cketti cketti added the type: bug Something is causing incorrect behavior or errors label Aug 13, 2019
@davidmef
Copy link

#1720 seems related.

@Heineken

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something is causing incorrect behavior or errors
Projects
None yet
Development

No branches or pull requests

4 participants