Bug 93816 - Remove fade in transition from calendar picker
Summary: Remove fade in transition from calendar picker
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keishi Hattori
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-13 03:58 PDT by Keishi Hattori
Modified: 2012-08-14 03:41 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.69 KB, patch)
2012-08-13 04:05 PDT, Keishi Hattori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keishi Hattori 2012-08-13 03:58:43 PDT
We show a white box first and then fade in the content. The initial white box is not what we want.
https://docs.google.com/open?id=0BwRi59l_ri74d1VjNTdyWGlwcUk
Comment 1 Keishi Hattori 2012-08-13 04:05:47 PDT
Created attachment 157955 [details]
Patch
Comment 2 Kent Tamura 2012-08-13 20:17:02 PDT
Comment on attachment 157955 [details]
Patch

I hope a popup window itself supports opacity transition, or smooth size transition.
Comment 3 WebKit Review Bot 2012-08-13 21:29:17 PDT
Comment on attachment 157955 [details]
Patch

Clearing flags on attachment: 157955

Committed r125507: <http://trac.webkit.org/changeset/125507>
Comment 4 WebKit Review Bot 2012-08-13 21:29:20 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Kent Tamura 2012-08-14 03:41:52 PDT
fast/forms/date/calendar-picker-appearance.html uses webktiTransitionEnd event.  Would you update the test please?