Bug 147386

Summary: AX: iOS: VoiceOver hangs indefinitely when an JS alert appears
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch andersca: review+, cfleizach: commit-queue-

Description chris fleizach 2015-07-28 17:07:35 PDT
Whenever a JS Alert appears, Voiceover hangs indefinitely
Comment 1 chris fleizach 2015-07-28 17:07:50 PDT
<rdar://problem/21833987>
Comment 2 chris fleizach 2015-07-28 17:09:26 PDT
Created attachment 257703 [details]
patch
Comment 3 chris fleizach 2015-07-28 17:46:00 PDT
http://trac.webkit.org/changeset/187530
Comment 4 David Kilzer (:ddkilzer) 2015-07-30 18:29:08 PDT
Comment on attachment 257703 [details]
patch

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

> Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm:611
> +static void AccessibilityProcessSuspendedNotification(bool suspended)

I think a enum might be clearer than a bool here.  Something to fix in the future.