Adium

Ticket #10058 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Can no longer drag invitations to chat room

Reported by: jarome Assigned to: evands
Priority: highest Milestone: SVN issues
Component: Adium Core Version: 1.3b2
Severity: regression Keywords:
Cc: Patch: None
Pending: 0

Description

In 1.3b2, I can no longer drag a contact to the chat room attendees list to invite someone. This worked in 1.2x.

Change History

06/11/2008 10:44:54 AM changed by zacw

  • priority changed from normal to highest.
  • severity changed from normal to regression.
  • milestone set to Adium X 1.3.

06/11/2008 08:17:34 PM changed by evands

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

This is due to ridiculousness with dragItems vs. draggedContacts... [self draggedContacts] is NULL in every list controller except the one which started the drag.

06/13/2008 07:03:13 PM changed by evands

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

(In [23953]) Fixed ESChatUserListController to use the dragItems, which are noted by all list controllers when a drag begins, rather than [self draggedContacts] which is always nil if the drag started from another controller. Fixes #10058

06/13/2008 07:03:40 PM changed by Robby

  • milestone changed from Adium X 1.3 to SVN issues.