Running Chrome as Windows Shell breaks some CSS properties -
we have set google chrome run windows shell setting in registry: hkcu\software\microsoft\windows nt\currentversion\winlogon shell = [chrome path]
when run way, css properties break page. renders blank white page:
<!doctype html> <html> <head> <style type="text/css"> * { -webkit-perspective: 1000; -webkit-backface-visibility: hidden; } </style> </head> <body> hello, world </body> </html> if start explorer.exe , refresh page, works. once page in working state, can kill explorer.exe , keep working.
have tried executing runonce.exe /alternateshellstartup.
chrome version 19.0.1084.52 on windows 7 professional 64 bit
try using following command-line switch chrome
--disable-accelerated-compositing i had same problem (not css properties in quest, code including webkit-transform, webkit-animation, etc.). issue resolved disabling accelerated compositing. lets play mp4 video when running windows shell.
Comments
Post a Comment