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

Issue 3038031: Set the initial focus when the task manager first activates and shows. Also,... (Closed)

Created:
10 years, 4 months ago by David Tseng
Modified:
9 years, 5 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

Set the initial focus when the task manager first activates and shows. Also, send our custom accessibility events in NativeControl's Focus() method. BUG=50401 TEST=interactive UI tests BrowserKeyboardAccessibility.TabInTaskManager Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53959

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M chrome/browser/views/task_manager_view.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M views/controls/native_control.cc View 1 chunk +1 line, -0 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
David Tseng
10 years, 4 months ago (2010-07-28 00:06:24 UTC) #1
dmazzoni
LGTM.
10 years, 4 months ago (2010-07-28 15:27:51 UTC) #2
Chris Guillory
http://codereview.chromium.org/3038031/diff/1/3 File views/controls/native_control.cc (right): http://codereview.chromium.org/3038031/diff/1/3#newcode273 views/controls/native_control.cc:273: NotifyAccessibilityEvent(AccessibilityTypes::EVENT_FOCUS); Curious: Why send focus for our view here? ...
10 years, 4 months ago (2010-07-28 16:53:29 UTC) #3
David Tseng
10 years, 4 months ago (2010-07-28 17:22:32 UTC) #4
Good point; I'll change this over in the test tabbing patch that has
support for not firing native notifications.

On 7/28/10, ctguil@chromium.org <ctguil@chromium.org> wrote:
>
> http://codereview.chromium.org/3038031/diff/1/3
> File views/controls/native_control.cc (right):
>
> http://codereview.chromium.org/3038031/diff/1/3#newcode273
> views/controls/native_control.cc:273:
> NotifyAccessibilityEvent(AccessibilityTypes::EVENT_FOCUS);
> Curious: Why send focus for our view here? Aren't we using the
> accessibility support provided by the native control?
>
> http://codereview.chromium.org/3038031/show
>

Powered by Google App Engine
This is Rietveld 408576698