Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-3 OS-Windows Area-BrowserUI Size-Small
New issue 16167 by [email protected]: Aero caption buttons don't always receive mouseout? http://code.google.com/p/chromium/issues/detail?id=16167 Maximize a Chrome window on a left-hand monitor and hover the window close button. Now whip your mouse to the right. The close box stays highlighted until the mouse enters the caption area of the window again. Try this with Wordpad, and the box unhighlights. Perhaps we need to send a WM_NCHITTEST or WM_NCMOUSEMOVE or something where we aren't (when the mouse leaves the window). If we figure out what the right message is, we should register for mouse leave events so we get the right opportunity to send this. In fact in general maybe our window should always register for mouse leave and then just handle it like a mouse move. -- 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 -~----------~----~----~----~------~----~------~--~---
