Comment #124 on issue 20 by [email protected]: Taskbar autohide
doesn't work if you enable it while Chrome is maximized
http://code.google.com/p/chromium/issues/detail?id=20
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=10845
------------------------------------------------------------------------
r10845 | [email protected] | 2009-03-03 16:36:48 -0800 (Tue, 03 Mar
2009) | 12 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/frame/browser_frame.cc?r1=10845&r2=10844
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/frame/browser_frame.h?r1=10845&r2=10844
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/frame/glass_browser_frame_view.cc?r1=10845&r2=10844
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/frame/glass_browser_frame_view.h?r1=10845&r2=10844
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/frame/opaque_browser_frame_view.cc?r1=10845&r2=10844
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/win_util.cc?r1=10845&r2=10844
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/win_util.h?r1=10845&r2=10844
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/views/window.cc?r1=10845&r2=10844
Make Chromium windows not hide auto-hide taskbars.
There are a few caveats here:
* On Aero glass, if the auto-hide taskbar is at the top of the screen, we
get one row of nonclient pixels along the bottom of the screen (not too
noticeable for light-colored pages, looks a bit odd with a dark page). I
can't find a way around this.
* Switching between fullscreen and normal mode can leave things a bit
confused until you click another app and then reactivate Chromium. This
seems to happen with other applications too (e.g. Firefox fullscreen mode)
so I'm not too worried.
* Chromium does not deal well with toggling the taskbar's auto-hide setting
(or, I think, its position?) unless you restore and remaximize the window.
I tried to fix this via modified handling of WM_SETTINGCHANGE but only made
things worse and so gave up.
BUG=20
Review URL: http://codereview.chromium.org/28338
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---