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

Issue 9030036: Fix bug 62037: Task manager tooltips appear behind task manager if 'Always on Top' is checked. (Closed)

Created:
8 years, 11 months ago by jianli
Modified:
8 years, 10 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, ben+watch_chromium.org, tfarina, jam, penghuang+watch_chromium.org, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

Fix bug 62037: Task manager tooltips appear behind task manager if 'Always on Top' is checked. The fix is to ensure the tooltip window is created with WS_EX_TOPMOST style. BUG=62037 TEST=Manual test by launching task manager or panel and verifying tooltips appear in front. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116551

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M content/browser/renderer_host/render_widget_host_view_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/widget/tooltip_manager_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jianli
8 years, 11 months ago (2012-01-04 23:10:12 UTC) #1
Ben Goodger (Google)
lgtm
8 years, 11 months ago (2012-01-05 17:40:20 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/9030036/1
8 years, 11 months ago (2012-01-05 18:04:42 UTC) #3
commit-bot: I haz the power
Change committed as 116551
8 years, 11 months ago (2012-01-05 20:59:47 UTC) #4
cbentzel
8 years, 10 months ago (2012-02-07 18:58:46 UTC) #5
It looks like this broke the z-ordering when the file chooser is brought up
while doing a "Save Image As" context menu. I was able to bisect down to this CL
- and in particular the ALWAYS_ON_TOP in TooltipManagerWin::Init

It looks like the context menu is treated as a tooltip, and this causes it to
layer on top of the other dialog.

Powered by Google App Engine
This is Rietveld 408576698