Bug 158581

Summary: AX: VoiceOver Unable to View Download Progress or Completion Status for Mail Attachments
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, commit-queue, dmazzoni, jcraig, jdiggs, mario, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch darin: review+

Description chris fleizach 2016-06-09 14:25:35 PDT
When I double-tap on an attachment, VoiceOver says “[filename], double-tap to download, attachment.” There is no way to tell the progress of a download or if a download has finished because that label remains the same.

<rdar://problem/26182955>
Comment 1 Radar WebKit Bug Importer 2016-06-09 14:30:40 PDT
<rdar://problem/26727690>
Comment 2 chris fleizach 2016-06-09 14:51:50 PDT
Created attachment 280954 [details]
Patch
Comment 3 chris fleizach 2016-06-09 18:01:49 PDT
Joanmarie can you review?
Comment 4 Darin Adler 2016-06-09 20:18:19 PDT
Comment on attachment 280954 [details]
Patch

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

> Source/WebCore/accessibility/AccessibilityAttachment.cpp:-104
>      
> -    if (action.length())
> -        textOrder.append(AccessibilityText(action, ActionText));

Should delete the blank line too.
Comment 5 chris fleizach 2016-06-09 22:55:39 PDT
(In reply to comment #4)
> Comment on attachment 280954 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=280954&action=review
> 
> > Source/WebCore/accessibility/AccessibilityAttachment.cpp:-104
> >      
> > -    if (action.length())
> > -        textOrder.append(AccessibilityText(action, ActionText));
> 
> Should delete the blank line too.

Thanks, will do
Comment 6 chris fleizach 2016-06-09 23:04:53 PDT
http://trac.webkit.org/changeset/201913