Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Issue 596033002: Entering / exiting dialog notification should not interrupt live region. (Closed)

Created:
6 years, 3 months ago by dmazzoni
Modified:
6 years, 2 months ago
Reviewers:
David Tseng
CC:
chromium-reviews, oshima+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nkostylev+watch_chromium.org, yuzo+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@event_watcher_tests
Project:
chromium
Visibility:
Public.

Description

Entering / exiting dialog notification should not interrupt live region. The key to the fix is adding a category of 'nav' to the entering/exiting dialog notifications. BUG=408821 R=dtseng@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/97c41bc2d0e367a9a3a28c221bf9bd052128061e

Patch Set 1 #

Total comments: 6

Patch Set 2 : Use constant for 'nav' category #

Patch Set 3 : Enum, and better test #

Total comments: 6

Patch Set 4 : Use map and filter #

Messages

Total messages: 10 (1 generated)
dmazzoni
6 years, 3 months ago (2014-09-23 19:50:08 UTC) #2
David Tseng
https://codereview.chromium.org/596033002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js File chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js (right): https://codereview.chromium.org/596033002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js#newcode1329 chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js:1329: cvox.ChromeVox.msgs.getMsg('exiting_dialog'), 'nav'); Is the category defined as an enum ...
6 years, 3 months ago (2014-09-24 22:38:42 UTC) #3
dmazzoni
https://codereview.chromium.org/596033002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js File chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js (right): https://codereview.chromium.org/596033002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js#newcode1329 chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js:1329: cvox.ChromeVox.msgs.getMsg('exiting_dialog'), 'nav'); On 2014/09/24 22:38:41, David Tseng wrote: > ...
6 years, 2 months ago (2014-09-25 19:42:11 UTC) #4
David Tseng
https://codereview.chromium.org/596033002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js File chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js (right): https://codereview.chromium.org/596033002/diff/1/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js#newcode1329 chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js:1329: cvox.ChromeVox.msgs.getMsg('exiting_dialog'), 'nav'); On 2014/09/25 19:42:10, dmazzoni wrote: > On ...
6 years, 2 months ago (2014-09-25 21:03:00 UTC) #5
dmazzoni
On 2014/09/25 21:03:00, David Tseng wrote: > It's going to be nice to have a ...
6 years, 2 months ago (2014-09-26 22:12:55 UTC) #6
David Tseng
lgtm Just a few suggestions. https://codereview.chromium.org/596033002/diff/40001/chrome/browser/resources/chromeos/chromevox/host/testing/tts.js File chrome/browser/resources/chromeos/chromevox/host/testing/tts.js (right): https://codereview.chromium.org/596033002/diff/40001/chrome/browser/resources/chromeos/chromevox/host/testing/tts.js#newcode106 chrome/browser/resources/chromeos/chromevox/host/testing/tts.js:106: var oldQueue = queue; ...
6 years, 2 months ago (2014-09-26 22:42:20 UTC) #7
dmazzoni
https://codereview.chromium.org/596033002/diff/40001/chrome/browser/resources/chromeos/chromevox/host/testing/tts.js File chrome/browser/resources/chromeos/chromevox/host/testing/tts.js (right): https://codereview.chromium.org/596033002/diff/40001/chrome/browser/resources/chromeos/chromevox/host/testing/tts.js#newcode106 chrome/browser/resources/chromeos/chromevox/host/testing/tts.js:106: var oldQueue = queue; On 2014/09/26 22:42:20, David Tseng ...
6 years, 2 months ago (2014-09-26 22:51:49 UTC) #8
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/97c41bc2d0e367a9a3a28c221bf9bd052128061e Cr-Commit-Position: refs/heads/master@{#297062}
6 years, 2 months ago (2014-09-26 22:56:08 UTC) #9
dmazzoni
6 years, 2 months ago (2014-09-26 22:56:08 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 97c41bc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698