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

Black box on screen rotations #53

Closed
sjparkinson opened this issue May 20, 2014 · 9 comments
Closed

Black box on screen rotations #53

sjparkinson opened this issue May 20, 2014 · 9 comments
Labels

Comments

@sjparkinson
Copy link

I sometimes find a black section appear briefly in the lower portion of my phones wallpaper, during screen rotations.

This frequently happens after turning the screen back on, and also happens after exiting some apps.

After about a second it fixes itself.

The easiest way to reproduce this I found was as follows:

  1. Hold the phone landscape
  2. Open the camera app (screen then rotates to landscape)
  3. Press the home button (another rotation back to portrait, with a black section in the wallpaper briefly appearing)

It's only a minor thing, but not ideal. I'd like to track down the cause of the delay if possible.

@sjparkinson
Copy link
Author

Here's a screenshot of the issue:

Screenshot

@markculton
Copy link

Same thing happens to me. Especially coming out of camera and after screen rotation.

@romannurik romannurik added the bug label Jul 9, 2014
@romannurik
Copy link
Collaborator

Yeah I experience this all the time too. Since this is likely deep in the rendering system it'll take some time to look into it.

@kappakappakappa
Copy link

So I've encountered the same rendering bug but with .png files. It also doesn't correct itself after any amount of time; however, it does display properly when I apply a significant amount of blur.

wallpaper as .jpg:
ggggggg

same wallpaper, but as .png
sfsdfsfsdfdfsdfsdfdssd

@foobarth
Copy link

+1 - that's happening for me as well using the Muzei Music plugin, but i think the source doesn't matter. Also, it does not correct itself after rotation, only after applying some filters (which i do not want). So it's an issue with unprocessed images.

screenshot_2015-08-19-07-25-33
screenshot_2015-08-19-07-26-42
screenshot_2015-08-19-07-26-50

@redmanit
Copy link

redmanit commented Oct 6, 2015

I currently stop using Muzei because of this bug. Please take a look at it.

@romannurik
Copy link
Collaborator

If the black bars stay after rotation it's a different bug than what's described by the OP. Persistent black bars are caused by art sources using interlaced (or was it non-interlaced?) PNGs. This is an Android bug, so not much we can do about it except not use those kinds of PNGs in art sources.

@tjallingt
Copy link

I have the same issue, i sort of fixed it by enabling the grey filter at about 10% which makes the black box dissappear most of the times.

@ianhanniballake
Copy link
Collaborator

Muzei 2.6.0 completely redid the logic for loading artwork, now using the most reliable Android API we have available. If you continue to run into issues like this, please send the exact image to support@muzei.co along with what device and Android version you're using.

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

8 participants