Sentinel
unread,Jun 4, 2012, 11:46:04 AM6/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-discuss
We have set Google Chrome to run as the Windows shell by setting it in
registry:
HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon Shell =
[chrome path]
When run this way, some CSS properties break the page. This renders a
blank white page:
<!DOCTYPE HTML>
<html> <head>
<style type="text/css">
* {
/* using one or the other or both of these properties breaks page
*/
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}
</style> </head>
<body>
Hello, World
</body>
</html>
If you start explorer.exe and refresh the page, it works. Once the
page is in a working state, you can also kill explorer.exe and it will
keep working.
Have already tried executing runonce.exe with /AlternateShellStartup.
Chrome version 19.0.1084.52 on Windows 7 Professional 64 bit