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

Issue 186733011: Fixes bug that resulted in status bubble getting hidden (Closed)

Created:
6 years, 9 months ago by sky
Modified:
6 years, 9 months ago
CC:
chromium-reviews, tfarina, ben+views_chromium.org
Visibility:
Public.

Description

Fixes bug that resulted in status bubble getting hidden Interesting enough this was happening because of a focus bug. Turns out a FocusController associated with one DesktopNativeWidgetAura could attempt to focus an aura::Window in a different DesktopNativeWidgetAura. When this happened it would move the content_window on top of the status bar. We should only activate windows within the same root. BUG=345698 TEST=covered by unit test, see bug as well. R=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255714

Patch Set 1 #

Patch Set 2 : 500 #

Patch Set 3 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -0 lines) Patch
M ui/views/views.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_focus_rules.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_focus_rules.cc View 1 chunk +8 lines, -0 lines 0 comments Download
A ui/views/widget/desktop_aura/desktop_focus_rules_unittest.cc View 1 2 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
sky
6 years, 9 months ago (2014-03-06 21:58:54 UTC) #1
Ben Goodger (Google)
lgtm
6 years, 9 months ago (2014-03-07 15:27:34 UTC) #2
sky
The CQ bit was checked by sky@chromium.org
6 years, 9 months ago (2014-03-07 15:27:55 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/186733011/40001
6 years, 9 months ago (2014-03-07 15:28:38 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/186733011/40001
6 years, 9 months ago (2014-03-07 20:12:05 UTC) #5
commit-bot: I haz the power
6 years, 9 months ago (2014-03-07 23:35:55 UTC) #6
Message was sent while issue was closed.
Change committed as 255714

Powered by Google App Engine
This is Rietveld 408576698