cory17255 / minimizetotray

Automatically exported from code.google.com/p/minimizetotray
0 stars 0 forks source link

Double clicking the tray icon also causes a single click of the neighboring tray icon #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make sure there is a tray icon that is already in the icons area that 
responds to a single click.  iTunes, Outlook or many types of virus scan 
software are good examples.
2. Minimize Chrome to the tray. Make sure double click is set to "Restore all 
minimized windows" and "Hide tray icon if no minimized Chrome windows" is 
checked in the options
3. Double click on the Chrome icon. It will restore the Chrome window(s) and 
cause a single click on the icon immediately next to the chrome icon.

What is the expected output? What do you see instead?
Chrome should restore itself, but the icon next to it should not receive a 
click.

What version of the product are you using? On what operating system?
Version: 1.3.2.61 - Windows Vista

Please provide any additional information below.
I think you just need to set bHandled in your event handler in 
CTrayIcon::OnMouseCommand

Original issue reported on code.google.com by Brandon....@gmail.com on 19 Jun 2011 at 9:22