Ticket #9 (closed Defect: fixed)

Opened 1 year ago

Last modified 2 months ago

The balloon tooltip behaves oddly.

Reported by: Didactylos Assigned to: romw
Priority: Blocker Milestone: 6.2
Component: Manager Version:
Keywords: patch tooltip Cc: Didactylos

Description

(Windows only) It actually behaves perfectly normally for a balloon message, but since it is being used to provide tooltip information, it behaves strangely. It doesn't appear when you mouseover, instead it pops up a second after you mouse out. It then hangs around (in the way) for several seconds or until you kill it.

Suggest it be replaced with a regular tooltip, and the balloons be saved for error conditions.

Attachments

tooltip.patch (6.3 kB) - added by Didactylos on 06/28/07 16:47:08.
taskbar.patch (11.4 kB) - added by Didactylos on 09/29/07 08:33:18.
Updated to patch current revision
taskbar.2008.06.16.patch (8.8 kB) - added by Didactylos on 06/15/08 20:24:58.
Updated to current.
tooltip.png (25.3 kB) - added by Nicolas on 07/09/08 16:35:26.
Tooltip showing a large negative number

Change History

06/28/07 16:47:08 changed by Didactylos

  • attachment tooltip.patch added.

06/28/07 16:50:24 changed by Didactylos

The patch fixes #9 and obsoletes #61. Balloon tooltips are still used for error notifications.

08/28/07 09:07:48 changed by Didactylos

I've refactored the icon creation, and improved the handling of multiple active tasks. This patch fixes #9, #61 and #150.

09/29/07 08:33:18 changed by Didactylos

  • attachment taskbar.patch added.

Updated to patch current revision

10/20/07 17:28:25 changed by Nicolas

  • keywords set to patch.

11/14/07 05:13:20 changed by Didactylos

  • status changed from new to assigned.
  • cc set to Didactylos.
  • priority changed from Trivial to Minor.
  • owner changed from romw to Didactylos.
  • milestone changed from Undetermined to 6.0.
  • keywords changed from patch to patch tooltip.

11/14/07 05:55:06 changed by Didactylos

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [14195]) Change tooltip behaviour.

  • Use tooltip not balloon
  • Limit task information to avoid overflow.
  • Refactor taskbarex.

Fixes #9

06/15/08 20:24:58 changed by Didactylos

  • attachment taskbar.2008.06.16.patch added.

Updated to current.

06/15/08 20:30:34 changed by Didactylos

  • status changed from closed to reopened.
  • resolution deleted.
  • milestone changed from 6.0 to 6.2.

When this bug was fixed, some bugs were introduced because my patch wasn't applied completely. I have provided another patch, fixing the parts that were overlooked. These are:

  • Title omitted.
  • Trailing line breaks.
  • Overflow caused by too many running tasks.
  • Suspended icon flashes because it was updated to use the wrong icon.

All these bugs are fixed in my patch (AND in my original patch!)

06/23/08 11:47:54 changed by romw

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [15452]) - MGR: Change from using balloons to tooltips. Fixes #9.

Thanks David Barnard.

clientgui/

BOINCTaskBar.cpp

clientgui/msw/

taskbarex.cpp, .h

06/23/08 11:49:00 changed by romw

(In [15453]) - MGR: Change from using balloons to tooltips. Fixes #9.

Thanks David Barnard.

clientgui/

BOINCTaskBar.cpp

clientgui/msw/

taskbarex.cpp, .h

06/24/08 02:21:57 changed by Didactylos

  • status changed from closed to reopened.
  • resolution deleted.

Two down, two to go.

06/25/08 11:20:57 changed by romw

  • status changed from reopened to closed.
  • resolution set to fixed.

fixed it so that if there are two active tasks or less it displays the percent complete, if there are more then two active tasks it displays how many are currently running.

07/02/08 10:40:14 changed by Didactylos

  • status changed from closed to reopened.
  • resolution deleted.

-1866449442 tasks running.

07/09/08 16:35:26 changed by Nicolas

  • attachment tooltip.png added.

Tooltip showing a large negative number

07/10/08 10:58:11 changed by Didactylos

  • priority changed from Minor to Blocker.

Spot the error:

strBuffer.Printf(
    _("%d tasks running.")
);

07/10/08 15:20:03 changed by Didactylos

  • owner changed from Didactylos to romw.
  • status changed from reopened to new.

07/11/08 09:22:15 changed by romw

  • status changed from new to closed.
  • resolution set to fixed.

fixed for next release

07/11/08 12:47:47 changed by Nicolas


If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.