[Webkit-unassigned] [Bug 187871] [iOS] Add support for input[type=color]
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 23 11:07:19 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=187871
--- Comment #6 from Tim Horton <thorton at apple.com> ---
(In reply to Aditya Keerthi from comment #5)
> (In reply to Tim Horton from comment #4)
> > Comment on attachment 345486 [details]
> > Patch
> >
> > View in context:
> > https://bugs.webkit.org/attachment.cgi?id=345486&action=review
> >
> > > Source/WebKit/UIProcess/ios/forms/WKFormColorControl.h:33
> > > +- (instancetype)initWithView:(WKContentView *)view;
> >
> > Can this just be a UIView? It’s kind of weird to spread knowledge of
> > WKContentView, and I don’t think it’s important in this case.
>
> I made it a WKContentView because the view is passed through to another
> class which has WKContentView specific logic. If I changed it to a UIView
> here, I would need to cast to WKContentView later on. Do you prefer casting
> or keeping the definition as-is?
No, no, leave it as is. I didn't see the WKContentView specific bit.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180723/f823d2c5/attachment.html>
More information about the webkit-unassigned
mailing list