Adium

Ticket #205 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

dock icon won't stop bouncing

Reported by: anonymous Assigned to: evands
Priority: normal Milestone: Adium X 1.0
Component: Core Adium Version: 0.81
Severity: normal Keywords:
Cc: Patch:
Pending:

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

05/19/2005 01:44:54 PM changed by tick

  • milestone set to Adium X 0.90.

05/19/2005 01:45:06 PM changed by tick

  • owner changed from nobody to anybody.
  • component changed from AIM to Core Adium.

05/29/2005 11:34:43 PM changed by adamiser

Is this related to AIChats leaking?

07/20/2005 05:45:14 PM changed by durin42

  • milestone changed from Adium X 0.90 (Old) to Adium X 0.90.

11/10/2005 11:48:27 PM changed by tick

  • field_haspatch changed.

Can anyone duplicate this?

12/06/2005 02:32:04 PM changed 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.

01/05/2006 02:00:36 PM changed by evands

  • owner changed from anybody to evands.
  • status changed from new to assigned.

01/05/2006 02:33:27 PM changed by evands

  • status changed from assigned to new.

01/05/2006 02:40:54 PM changed 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