6.0.0-RC7
6/27/26
  • Error
    Ticket 2854 was not found.

[#4731] JS error when moving messages
Summary JS error when moving messages
Queue IMP
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners slusarz (at) horde (dot) org
Requester jan (at) horde (dot) org
Created 12/5/06 (7144 days ago)
Due
Updated 12/5/06 (7144 days ago)
Assigned 12/5/06 (7144 days ago)
Resolved 12/5/06 (7144 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
513 Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed.
1311 Jan Schneider Comment #1
State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ JS error when moving messages
Queue ⇒ IMP
Assigned to Michael Slusarz
Reply to this comment
Moving messages from message.php fails due to a js error:



Fehler: t1 has no properties

Quelldatei: 
http://neo.wg.de/headhorde/imp/message.php?mailbox=%2A%2Asearch_etrh1gb1yxskc80w8s&index=20141&thismailbox=INBOX.horde.bugs

Zeile: 628



function transfer(actID, form)

{

     var t1 = $('targetMailbox1'), t2 = $('targetMailbox2');

     var tmbox = $('targetMbox');

     tmbox.value = (form == 1) ? t1.options[t1.selectedIndex].value : 
t2.options[t2.selectedIndex].value;



     // Check for a mailbox actually being selected.

Saved Queries