[#6915] popup email in new windows
Summary popup email in new windows
Queue DIMP
Queue Version HEAD
Type Enhancement
State Resolved
Priority 1. Low
Owners Michael Slusarz <slusarz (at) horde (dot) org>
Requester rsalmon (at) mbpgroup (dot) com
Created 06/13/2008 (162 days ago)
Due
Updated 06/16/2008 (159 days ago)
Assigned
Resolved 06/16/2008 (159 days ago)
Attachments
Milestone
Patch No

History
06/16/2008 Michael Slusarz Comment #6 Reply to this comment
From _handleMsgListDblclick: function(e), you renamed variable e ->
'elt'. I don't really understand the code, but I was wondering if you
didn't forget the last one : e.stop() ?
No, the code is correct.  elt refers to the DOM element that triggered 
the event, e refers to the Event object itself.
06/16/2008 rsalmon (at) mbpgroup (dot) com Comment #5 Reply to this comment
Added to DIMP 1.0.1.
thanks,

From _handleMsgListDblclick: function(e), you renamed variable e -> 
'elt'. I don't really understand the code, but I was wondering if you 
didn't forget the last one : e.stop() ?
06/16/2008 Michael Slusarz Comment #4
State ⇒ Resolved
Assigned to Michael Slusarz
Reply to this comment
Added to DIMP 1.0.1.
06/16/2008 CVS Commit Comment #3 Reply to this comment
06/16/2008 CVS Commit Comment #2 Reply to this comment
06/13/2008 rsalmon (at) mbpgroup (dot) com Comment #1
Milestone ⇒
Queue ⇒ DIMP
Summary ⇒ popup email in new windows
Type ⇒ Enhancement
Priority ⇒ 1. Low
State ⇒ New
Reply to this comment
When double clicking on an email (or hit enter key) a new window is 
open showing the email. If double clicking on an other email, the 
previously opened window is reused to display the email. with IMP, it 
is possible to open emails in different windows (right click -> open 
link as new window)

- Is it possible to open a new window everytime a user double click on 
a email (eg target="_blank")
- If yes, can it be a user pref ?