Comment 6 for bug 1239106

Revision history for this message
Andrew Hayzen (ahayzen) wrote :

If I comment out the lines
header.visible = false;
header.opacity = 0;

In the musicNowPlaying you don't get a white strip but you can see that header.hide() has failed as the header is still there.
If you then uncomment header.opacity = 0; the header correctly disappears but mouseFocus is still given to it rather than the back button.

It is header.visible = false; that is actually causing the white strip but this is due to header.hide() failing.