#9 closed Defect (fixed)
The balloon tooltip behaves oddly.
Reported by: | Didactylos | Owned by: | 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 (4)
Change History (19)
Changed 18 years ago by
Attachment: | tooltip.patch added |
---|
comment:1 Changed 18 years ago by
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Keywords: | patch added |
---|
comment:4 Changed 17 years ago by
Cc: | Didactylos added |
---|---|
Keywords: | tooltip added |
Milestone: | Undetermined → 6.0 |
Owner: | changed from romw to Didactylos |
Priority: | Trivial → Minor |
Status: | new → assigned |
comment:5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 17 years ago by
Milestone: | 6.0 → 6.2 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
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!)
comment:7 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:8 Changed 17 years ago by
comment:10 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
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.
comment:11 Changed 17 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
-1866449442 tasks running.
comment:12 Changed 17 years ago by
Priority: | Minor → Blocker |
---|
Spot the error:
strBuffer.Printf( _("%d tasks running.") );
comment:13 Changed 17 years ago by
Owner: | changed from Didactylos to romw |
---|---|
Status: | reopened → new |
The patch fixes #9 and obsoletes #61. Balloon tooltips are still used for error notifications.