Bug 150984

Summary: AX: Input type: time is not accessible on iOS
Product: WebKit Reporter: Nan Wang <n_wang>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, jcraig, jdiggs, mario, n_wang, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch
none
patch none

Description Nan Wang 2015-11-06 16:20:39 PST
<input type="time> is a popup button on iOS.
Comment 1 Nan Wang 2015-11-06 16:21:57 PST
<rdar://problem/22188153>
Comment 2 Nan Wang 2015-11-06 16:53:22 PST
Created attachment 264981 [details]
patch
Comment 3 chris fleizach 2015-11-06 17:04:31 PST
Comment on attachment 264981 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=264981&action=review

missing changelings

> LayoutTests/accessibility/ios-simulator/input-type-time.html:23
> +        shouldBe("timeinput.description", "'AXLabel: (Between: 07:00 AM-09:00 AM)'");

you should also check if accessibilityIsIgnored (it should NOT be ignored)
Comment 4 Nan Wang 2015-11-09 11:33:30 PST
Created attachment 265077 [details]
patch
Comment 5 chris fleizach 2015-11-09 12:23:36 PST
Comment on attachment 265077 [details]
patch

seems like this test could run on all platforms right?
Comment 6 Nan Wang 2015-11-09 13:11:06 PST
(In reply to comment #5)
> Comment on attachment 265077 [details]
> patch
> 
> seems like this test could run on all platforms right?

It should be. But the change is only specific to iOS.
Comment 7 WebKit Commit Bot 2015-11-09 13:16:12 PST
Comment on attachment 265077 [details]
patch

Clearing flags on attachment: 265077

Committed r192173: <http://trac.webkit.org/changeset/192173>
Comment 8 WebKit Commit Bot 2015-11-09 13:16:18 PST
All reviewed patches have been landed.  Closing bug.