RESOLVED FIXED 98340
Add code for input[type=date] with the multiple fields UI
https://bugs.webkit.org/show_bug.cgi?id=98340
Summary Add code for input[type=date] with the multiple fields UI
Kent Tamura
Reported 2012-10-03 22:39:42 PDT
Add code for input[type=date] with the multiple fields UI
Attachments
Patch (20.58 KB, patch)
2012-10-03 23:33 PDT, Kent Tamura
no flags
Kent Tamura
Comment 1 2012-10-03 23:33:45 PDT
Hajime Morrita
Comment 2 2012-10-04 00:22:59 PDT
Comment on attachment 167040 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=167040&action=review Basically looks good. Hope we have tests soon. > Source/WebCore/html/BaseMultipleFieldsDateAndTimeInputType.h:93 > + bool m_pickerIndicatorIsAlwaysVisible; Do we need this member variable? It looks this can be computed on the fly.
Kent Tamura
Comment 3 2012-10-04 00:24:58 PDT
Comment on attachment 167040 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=167040&action=review >> Source/WebCore/html/BaseMultipleFieldsDateAndTimeInputType.h:93 >> + bool m_pickerIndicatorIsAlwaysVisible; > > Do we need this member variable? It looks this can be computed on the fly. It is referred in BaseMultipleFieldsDateAndTimeInputType::updatePickerIndicatorVisibility.
Kent Tamura
Comment 4 2012-10-04 00:42:42 PDT
(In reply to comment #3) > (From update of attachment 167040 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=167040&action=review > > >> Source/WebCore/html/BaseMultipleFieldsDateAndTimeInputType.h:93 > >> + bool m_pickerIndicatorIsAlwaysVisible; > > > > Do we need this member variable? It looks this can be computed on the fly. > > It is referred in BaseMultipleFieldsDateAndTimeInputType::updatePickerIndicatorVisibility. Oh, did you mean calling RenderTheme::supportsCalendarPicker in updatePickerIndicatorVisibility? You're right. I'll fix later.
WebKit Review Bot
Comment 5 2012-10-04 00:49:48 PDT
Comment on attachment 167040 [details] Patch Clearing flags on attachment: 167040 Committed r130369: <http://trac.webkit.org/changeset/130369>
WebKit Review Bot
Comment 6 2012-10-04 00:49:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.