ShareSource Site »
Projects » bb4win64 »
bb4win64Bug Tracker
Actions » View tickets | Report a bug
There is currently no API support for passing the requested version of the tray behaviour to plugins
Additions to the existing API will thus be needed to accomadate this
Comment by: Shaun | Posted: Monday, 10 November 2008, 03:43AM (10/11/2008)
An API addition has been made as a workaround on this for now. The location of the popups on left click is still incorrect, but this is likely due to the positioning being based on the (non-existent) taskbar windows.
The mouseover popups still need to be fixed, and we maybe need to add additional windows to the bar plugin to get positioning right.
Bug #256
| Vital Bug Details | |
|---|---|
| Summery: System tray clicks are not handled properly | |
| Severity: Medium | |
| Status: | Priority: Normal |
| Assigned to: Shaun | Percent Complete: 50% |
| Bug Reporter | |
| Reported by: Anonymous ( on Friday, 24 October 2008, 06:32AM (24/10/2008) ) | |
| Bug Details | |
| Some of the shell service objects in Vista (Network connections in particular, but volume control to a lesser degree) are not reacting correctly to mouse clicks on their tray icons.
Network connections does absolutely nothing Volume control reacts to left click, but the volume control appears in the wrong place. Right click does nothing, but is supposed to bring up a menu with "Open mixer" etc The current leanbar code only directly passes on mouseclick events, and does not perform the translation to special tray events that the native shell does. (Documented in the tray source in the bb core) |
|
| View History » | |
Comments
Comment by: Shaun | Posted: Friday, 24 October 2008, 03:28PM (24/10/2008)There is currently no API support for passing the requested version of the tray behaviour to plugins
Additions to the existing API will thus be needed to accomadate this
Comment by: Shaun | Posted: Monday, 10 November 2008, 03:43AM (10/11/2008)
An API addition has been made as a workaround on this for now. The location of the popups on left click is still incorrect, but this is likely due to the positioning being based on the (non-existent) taskbar windows.
The mouseover popups still need to be fixed, and we maybe need to add additional windows to the bar plugin to get positioning right.