Bug 147386 - AX: iOS: VoiceOver hangs indefinitely when an JS alert appears
Summary: AX: iOS: VoiceOver hangs indefinitely when an JS alert appears
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-07-28 17:07 PDT by chris fleizach
Modified: 2015-07-30 18:29 PDT (History)
3 users (show)

See Also:


Attachments
patch (2.94 KB, patch)
2015-07-28 17:09 PDT, chris fleizach
andersca: review+
cfleizach: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.