WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
108109
transition doesn't happen on initial load
https://bugs.webkit.org/show_bug.cgi?id=108109
Summary
transition doesn't happen on initial load
Ojan Vafai
Reported
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.
Attachments
test case
(551 bytes, text/html)
2013-01-28 13:36 PST
,
Ojan Vafai
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Takashi Sakamoto
Comment 1
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.
Sam Sneddon [:gsnedders]
Comment 2
2022-06-10 09:18:36 PDT
Going to assume this was Chromium only given we've never heard anything since.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug