Adium

Ticket #10016 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Contextual menu for the Message view preview shouldn't be displayed

Reported by: pi++ Assigned to:
Priority: normal Milestone: Adium X 1.3
Component: Message View Version: 1.3svn
Severity: normal Keywords: message view preview contextual menu
Cc: Patch: None
Pending: 0

Description

Using SVN23887

This is trivial, I know, but the preview view of the Messages preferences behaves like a normal message window and, on right-click (secondary click), it displays the view's contextual menu. From what I've seen the preview view is taken from a conversation between Evan and user fetchgreebledonx (Jeff on AIM).

Anyway, in this case, contextual menu is meaningless and should be suppressed (by not responding to secondary clicks on the preview).
See you,
Pietro

Change History

06/09/2008 10:02:23 PM changed by jas8522

  • milestone set to Adium X 1.3.

Indeed. I can even get info on Jeff ;)

I believe this should be a pretty simple fix - so setting for 1.3. If not, feel free to bump back.

06/13/2008 08:04:05 PM changed by evands

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

(In [23957]) Added AIWebKitPreviewMessageViewController to factor out some code needed only for the preview and allow easy modification of its behavior. Disabled the contextual menu in the preview. Fixes #10016