summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/template
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 19:13:30 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 19:13:30 +0000
commit3be5b20f163002c3a2ca15ca298f392be026a22e (patch)
tree8611f0cd513115e38dcbdb1c0afc8e2f0963b676 /chrome/common/extensions/docs/template
parentd27ab3ee72bb5dc3c39f385dec7724c769562a0d (diff)
downloadchromium_src-3be5b20f163002c3a2ca15ca298f392be026a22e.zip
chromium_src-3be5b20f163002c3a2ca15ca298f392be026a22e.tar.gz
chromium_src-3be5b20f163002c3a2ca15ca298f392be026a22e.tar.bz2
Tab strip should not resize on close (Vista).
When you close a tab using the mouse, we synthesize a fake WM_MOUSEMOVE message so that the close button that slides under the mouse will highlight. We now use GetMessagePos to read the position of the cursor and SendMessage to dispatch it, otherwise the receiving GetMessagePos call will not calculate the coordinates correctly (coordinates will be relative to the Chrome main window top left point, not the monitor's top left point, causing the tabstrip to resize). BUG=18832 TEST=On Vista, open a bunch of tabs, then start closing the tab in the middle using the mouse. Don't move the mouse at all while doing this and observe that the tab strip doesn't resize. Also, the close button on the tab that slides under the mouse should be highlighted. Review URL: http://codereview.chromium.org/173433 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24493 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/template')
0 files changed, 0 insertions, 0 deletions