diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 17:52:08 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 17:52:08 +0000 |
commit | c42974c96b9dff2d42f5f8a49012e150ab73eb33 (patch) | |
tree | ef07ae1e22910dd939bceb0f53a565506a53c40e /chrome/browser/resources/about_credits.html | |
parent | 9559b4f8127d66640a54a3d0f5f423c3bfc5171b (diff) | |
download | chromium_src-c42974c96b9dff2d42f5f8a49012e150ab73eb33.zip chromium_src-c42974c96b9dff2d42f5f8a49012e150ab73eb33.tar.gz chromium_src-c42974c96b9dff2d42f5f8a49012e150ab73eb33.tar.bz2 |
Fixes info bubble painting bug. This was happening because we were
using layered windows incorrectly. According to the docs if you invoke
SetLayeredWindowAttributes, then you shouldn't invoke
UpdateLayeredWindow (unless you remove then add the WS_EX_LAYERED
style bit). My approach here is to disable the backing buffer for the
info bubble. I had problems toggling the WS_EX_LAYERED at the end up
the animation. The text field would not paint when I did this...
BUG=5351
TEST=bookmark a page. When the bubble appears press shift-tab and make
sure you see a focus rect around the remove link.
Review URL: http://codereview.chromium.org/14131
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/about_credits.html')
0 files changed, 0 insertions, 0 deletions