Bug 108109 - transition doesn't happen on initial load
Summary: transition doesn't happen on initial load
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-28 13:36 PST by Ojan Vafai
Modified: 2022-06-10 09:18 PDT (History)
8 users (show)

See Also:


Attachments
test case (551 bytes, text/html)
2013-01-28 13:36 PST, Ojan Vafai
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2013-01-28 13:36:42 PST
Created attachment 185051 [details]
test case

I've only been able to reproduce this with content_shell on Linux. I tried Chrome on Linux and Chrome/Safari on Mac with no luck.

If I load this page on startup of content_shell (i.e. pass the path to the page on the commandline), the animation consistently does not run. I think this is exposing a genuine non-content_shell race condition, but it's hard to be sure if there's just something weird content_shell is doing.

Stumbled across this looking at the reduced test case on https://code.google.com/p/chromium/issues/detail?id=160638. Not sure if this is affecting any real sites.
Comment 1 Takashi Sakamoto 2013-01-29 22:39:47 PST
I modified -webkit-transition value from .5s to 60s and ran "chrome file:///tmp/testcase.html".
I saw transition animation.

I think, if it takes a little much time for chrome to load some page which has css transition, the transition would be finished. So we cannot see any transition.

Since I'm not familiar with css transition spec, I'm not sure whether this behavior is valid or not.
Comment 2 Sam Sneddon [:gsnedders] 2022-06-10 09:18:36 PDT
Going to assume this was Chromium only given we've never heard anything since.