RESOLVED FIXED 213630
Upstream date/time picker style
https://bugs.webkit.org/show_bug.cgi?id=213630
Summary Upstream date/time picker style
Megan Gardner
Reported 2020-06-25 17:22:32 PDT
Upstream date/time picker style
Attachments
Patch (1.96 KB, patch)
2020-06-25 17:27 PDT, Megan Gardner
no flags
Patch (1.91 KB, patch)
2020-06-25 18:25 PDT, Megan Gardner
no flags
Patch for landing (1.90 KB, patch)
2020-06-25 19:25 PDT, Megan Gardner
no flags
Megan Gardner
Comment 1 2020-06-25 17:27:30 PDT
Wenson Hsieh
Comment 2 2020-06-25 17:54:57 PDT
Comment on attachment 402830 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=402830&action=review > Source/WebKit/UIProcess/ios/forms/WKDateTimeInputControl.mm:102 > + return UIDatePickerStyleInline; This still needs to be guarded by HAVE(UIDATEPICKER_STYLE).
Megan Gardner
Comment 3 2020-06-25 18:23:03 PDT
Comment on attachment 402830 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=402830&action=review >> Source/WebKit/UIProcess/ios/forms/WKDateTimeInputControl.mm:102 >> + return UIDatePickerStyleInline; > > This still needs to be guarded by HAVE(UIDATEPICKER_STYLE). It is at the call site, but I can add more guards if that seems prudent.
Wenson Hsieh
Comment 4 2020-06-25 18:25:50 PDT
(In reply to Megan Gardner from comment #3) > Comment on attachment 402830 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=402830&action=review > > >> Source/WebKit/UIProcess/ios/forms/WKDateTimeInputControl.mm:102 > >> + return UIDatePickerStyleInline; > > > > This still needs to be guarded by HAVE(UIDATEPICKER_STYLE). > > It is at the call site, but I can add more guards if that seems prudent. (To clarify — this needs to be guarded in order to fix the iOS 13.4 build)
Megan Gardner
Comment 5 2020-06-25 18:25:53 PDT
Megan Gardner
Comment 6 2020-06-25 18:28:25 PDT
Comment on attachment 402830 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=402830&action=review >>>> Source/WebKit/UIProcess/ios/forms/WKDateTimeInputControl.mm:102 >>>> + return UIDatePickerStyleInline; >>> >>> This still needs to be guarded by HAVE(UIDATEPICKER_STYLE). >> >> It is at the call site, but I can add more guards if that seems prudent. > > (To clarify — this needs to be guarded in order to fix the iOS 13.4 build) yes... I see that now...
Megan Gardner
Comment 7 2020-06-25 19:25:34 PDT
Created attachment 402842 [details] Patch for landing
EWS
Comment 8 2020-06-25 19:47:20 PDT
Committed r263549: <https://trac.webkit.org/changeset/263549> All reviewed patches have been landed. Closing bug and clearing flags on attachment 402842 [details].
Radar WebKit Bug Importer
Comment 9 2020-06-25 19:48:14 PDT
Note You need to log in before you can comment on or make changes to this bug.