Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
Issue 131569 in chromium: Sign in screen first is rendered with white bg even when transparent bg is enabled.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
chrom...@googlecode.com  
View profile  
 More options Jun 7 2012, 8:06 am
From: chrom...@googlecode.com
Date: Thu, 07 Jun 2012 12:06:54 +0000
Local: Thurs, Jun 7 2012 8:06 am
Subject: Issue 131569 in chromium: Sign in screen first is rendered with white bg even when transparent bg is enabled.
Status: Assigned
Owner: nkosty...@chromium.org
CC: dpoluk...@chromium.org
Labels: OS-Linux Area-UI Type-Bug Pri-1 Mstone-21 OS-Chrome

New issue 131569 by nkosty...@chromium.org: Sign in screen first is  
rendered with white bg even when transparent bg is enabled.
http://code.google.com/p/chromium/issues/detail?id=131569

Chrome Version       : 21.0.1168.0 (@140988)
OS Version:  2376

What steps will reproduce the problem?
1. Enable new OOBE/sign in design (--enable-new-oobe)
2. Boot into sign in screen with the user having wallpaper set
3.

What is the expected result?
1. Boot splash is shown
2. User pods / wallpaper are shown.

What happens instead?
Before user pods and wallpaper is loaded boot splash is redrawn with white  
bg.

I suspect that is default page background (white) showing for some reason.

Please provide any additional information below. Attach a screenshot if
possible.
Depends on http://codereview.chromium.org/10492003/ (i.e. don't load empty  
black wallpaper).

Attachments:
        Screenshot 2012-06-07 4:43:08 AM.png  6.3 KB


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 7 2012, 9:16 am
From: chrom...@googlecode.com
Date: Thu, 07 Jun 2012 13:16:34 +0000
Local: Thurs, Jun 7 2012 9:16 am
Subject: Re: Issue 131569 in chromium: Sign in screen first is rendered with white bg even when transparent bg is enabled.
Updates:
        Labels: -OS-Linux

Comment #1 on issue 131569 by nkosty...@chromium.org: Sign in screen first  
is rendered with white bg even when transparent bg is enabled.
http://code.google.com/p/chromium/issues/detail?id=131569

(No comment was entered for this change.)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 7 2012, 9:17 am
From: chrom...@googlecode.com
Date: Thu, 07 Jun 2012 13:17:34 +0000
Local: Thurs, Jun 7 2012 9:17 am
Subject: Re: Issue 131569 in chromium: Sign in screen first is rendered with white bg even when transparent bg is enabled.
Updates:
        Labels: Feature-Ash-Startscreen

Comment #2 on issue 131569 by nkosty...@chromium.org: Sign in screen first  
is rendered with white bg even when transparent bg is enabled.
http://code.google.com/p/chromium/issues/detail?id=131569

(No comment was entered for this change.)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 19 2012, 5:57 am
From: chrom...@googlecode.com
Date: Tue, 19 Jun 2012 09:57:42 +0000
Local: Tues, Jun 19 2012 5:57 am
Subject: Re: Issue 131569 in chromium: Sign in screen first is rendered with white bg even when transparent bg is enabled.

Comment #4 on issue 131569 by nkosty...@chromium.org: Sign in screen first  
is rendered with white bg even when transparent bg is enabled.
http://code.google.com/p/chromium/issues/detail?id=131569

White background is most likely caused by this code path:

void RenderWidgetHostViewAura::OnPaint(gfx::Canvas* canvas) {
   if (!window_->IsVisible())
     return;
   paint_canvas_ = canvas;
   BackingStore* backing_store = host_->GetBackingStore(true);
   paint_canvas_ = NULL;
   if (backing_store) {

static_cast<BackingStoreAura*>(backing_store)->SkiaShowRect(gfx::Point(),
                                                                 canvas);
   } else {
     canvas->FillRect(gfx::Rect(window_->bounds().size()), SK_ColorWHITE);
   }


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 19 2012, 9:31 am
From: chrom...@googlecode.com
Date: Tue, 19 Jun 2012 13:31:39 +0000
Local: Tues, Jun 19 2012 9:31 am
Subject: Re: Issue 131569 in chromium: Sign in screen first is rendered with white bg even when transparent bg is enabled.
Updates:
        Cc: s...@chromium.org

Comment #5 on issue 131569 by s...@chromium.org: Sign in screen first is  
rendered with white bg even when transparent bg is enabled.
http://code.google.com/p/chromium/issues/detail?id=131569

(No comment was entered for this change.)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 19 2012, 10:44 am
From: chrom...@googlecode.com
Date: Tue, 19 Jun 2012 14:44:40 +0000
Local: Tues, Jun 19 2012 10:44 am
Subject: Re: Issue 131569 in chromium: Sign in screen first is rendered with white bg even when transparent bg is enabled.
Updates:
        Cc: b...@chromium.org

Comment #6 on issue 131569 by nkosty...@chromium.org: Sign in screen first  
is rendered with white bg even when transparent bg is enabled.
http://code.google.com/p/chromium/issues/detail?id=131569

Not sure that it is a bad thing for normal boot scenario as it looks ok:
- Boot splash (logo)
- logo is overwritten with white bg
- user pods are loaded, first one preselected
- user wallpaper is shown

On OOBE boot we won't mark login WebUI as visible till wallpaper animation  
finishes, then we flip WebUI window visibility, part of it may be loaded.
This may be changed because I see that wallpaper is not loaded very smooth  
on Alex when I initialize login WebUI in the background (window is  
invisible though).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »