← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1382400] [NEW] Implement support for HTML <input type="date"> fields

 

Public bug reported:

Currently there is no support for a datetime chooser in Oxide. In
desktop Chrome, the datetime chooser is implemented in HTML and relies
on a popup window. This doesn't work for us  because popup windows
aren't plumbed in (and we don't want this approach in any case). Chrome
for Android uses a separate path that delegates to a native datetime
chooser.

We'll need to do enable the codepaths that delegate to a native chooser
in the same way we did for popup menus, and add an API to allow
UbuntuWebView to provide a datetime chooser component

** Affects: oxide
     Importance: High
         Status: Triaged

** Changed in: oxide
   Importance: Undecided => High

** Changed in: oxide
       Status: New => Triaged

** Changed in: oxide
    Milestone: None => branch-1.4

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1382400

Title:
  Implement support for HTML <input type="date"> fields

Status in Oxide Webview:
  Triaged

Bug description:
  Currently there is no support for a datetime chooser in Oxide. In
  desktop Chrome, the datetime chooser is implemented in HTML and relies
  on a popup window. This doesn't work for us  because popup windows
  aren't plumbed in (and we don't want this approach in any case).
  Chrome for Android uses a separate path that delegates to a native
  datetime chooser.

  We'll need to do enable the codepaths that delegate to a native
  chooser in the same way we did for popup menus, and add an API to
  allow UbuntuWebView to provide a datetime chooser component

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1382400/+subscriptions


Follow ups

References