RESOLVED FIXED225974
[iOS][FCR] <select multiple> picker should collapse sections when tapping anywhere on a group header
https://bugs.webkit.org/show_bug.cgi?id=225974
Summary [iOS][FCR] <select multiple> picker should collapse sections when tapping any...
Aditya Keerthi
Reported 2021-05-19 10:13:45 PDT
...
Attachments
Patch (11.41 KB, patch)
2021-05-19 10:16 PDT, Aditya Keerthi
wenson_hsieh: review+
Patch for landing (11.51 KB, patch)
2021-05-19 10:45 PDT, Aditya Keerthi
no flags
Aditya Keerthi
Comment 1 2021-05-19 10:14:03 PDT
Aditya Keerthi
Comment 2 2021-05-19 10:16:20 PDT
Wenson Hsieh
Comment 3 2021-05-19 10:26:33 PDT
Comment on attachment 429062 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429062&action=review r=mews > Source/WebKit/UIProcess/ios/forms/WKFormSelectPicker.mm:753 > +@protocol WKSelectPickerGroupHeaderViewDelegate <NSObject> > +- (void)didTapSelectPickerGroupHeaderView:(WKSelectPickerGroupHeaderView *)headerView; > +@end Nit - since this is all internal to `WKSelectPickerGroupHeaderView` and `WKSelectPickerTableViewController` anyways, can we just directly pass in the `WKSelectPickerTableViewController` and remove this protocol?
Aditya Keerthi
Comment 4 2021-05-19 10:45:18 PDT
Created attachment 429071 [details] Patch for landing
Aditya Keerthi
Comment 5 2021-05-19 10:45:53 PDT
(In reply to Wenson Hsieh from comment #3) > Comment on attachment 429062 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=429062&action=review > > r=mews Thanks for the review! > > Source/WebKit/UIProcess/ios/forms/WKFormSelectPicker.mm:753 > > +@protocol WKSelectPickerGroupHeaderViewDelegate <NSObject> > > +- (void)didTapSelectPickerGroupHeaderView:(WKSelectPickerGroupHeaderView *)headerView; > > +@end > > Nit - since this is all internal to `WKSelectPickerGroupHeaderView` and > `WKSelectPickerTableViewController` anyways, can we just directly pass in > the `WKSelectPickerTableViewController` and remove this protocol? I've removed the protocol.
EWS
Comment 6 2021-05-19 12:32:17 PDT
Committed r277743 (237915@main): <https://commits.webkit.org/237915@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 429071 [details].
Note You need to log in before you can comment on or make changes to this bug.