[Webkit-unassigned] [Bug 101889] Enable calendar picker for input types datetime/datetime-local

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 02:21:54 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101889





--- Comment #5 from Kunihiko Sakamoto <ksakamoto at chromium.org>  2012-11-12 02:23:36 PST ---
(From update of attachment 173568)
View in context: https://bugs.webkit.org/attachment.cgi?id=173568&action=review

>> Source/WebCore/html/shadow/PickerIndicatorElement.h:53
>> +    };
> 
> Introducing PickerIndicatorOwner interface is nice.  However it's not great that it has only one function.
> If you'd like to introduce PickerIndicatorOwner, you should remove HTMLInputElement (hostInput()) dependency from PickerIndicatorElement, and PickerIndicatorOwner should replace the role of HTMLInputElement in PickerIndicatorElement.  Such change should be done *before* this bug.

OK, I will do that first. I've filed another bug for this:
https://bugs.webkit.org/show_bug.cgi?id=101913

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list