Bug 93816

Summary: Remove fade in transition from calendar picker
Product: WebKit Reporter: Keishi Hattori <keishi>
Component: FormsAssignee: Keishi Hattori <keishi>
Status: RESOLVED FIXED    
Severity: Normal CC: tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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?