Ticket #205 (closed defect: fixed)
dock icon won't stop bouncing
| Reported by: | anonymous | Owned by: | evands |
|---|---|---|---|
| Milestone: | Adium X 1.0 | Component: | Adium Core |
| Version: | 0.81 | Severity: | normal |
| Keywords: | Cc: | ||
| Patch Status: |
Description
i have the dock icon set to bounce every 30 sec when there is a (non-initial) message, and to flash the username as well.
so i get a message, and i decide i am done with the conversation. clicking on the message window takes the username away from the dock icon. then i close the window, and now the dock icon is STILL bouncing once every 30 seconds, just to remind me that i am a jerk for not continuing the conversation.
suggest that the guilt option be turned off in future adium releases ;)
Change History
comment:2 Changed 7 years ago by tick
- Owner changed from nobody to anybody
- Component changed from AIM to Core Adium
comment:6 Changed 6 years ago by evands
Problem is that the "bounce every X seconds" action doesn't stop until the dock icon is clicked or Adium loses and then gains focus... either AIDockBehaviorPlugin or AIDockController needs to become more complex to track why the last dock icon was taken and when it should stop.
comment:7 Changed 6 years ago by evands
- Owner changed from anybody to evands
- Status changed from new to assigned
comment:9 Changed 6 years ago by evands
- Status changed from new to closed
- Resolution set to fixed
(In [14765]) If a message event triggers the dock bouncing multiple times, stop the dock from bouncing:
- immediately if the chat is already active (only bounce once)
- when the chat becomes active or is closed
Fixes #205

