Ignore:
Timestamp:
07/25/12 16:02:01 (12 years ago)
Author:
gustavo
Message:

Ticket #2954 - Corrigidos alguns bugs de anexos e selecao de mensagens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso2/expressoMail1_2/js/shortcut.js

    r6841 r6875  
    331331        if($(".current_selected_shortcut_msg").prev().parents("#tbody_box").length) 
    332332            $(".current_selected_shortcut_msg").blur().removeClass("current_selected_shortcut_msg").prev().addClass("current_selected_shortcut_msg selected_shortcut_msg"); 
    333         $(".current_selected_shortcut_msg").focus(); 
     333        $(".current_selected_shortcut_msg").addClass("selected_shortcut_msg").focus(); 
    334334    } 
    335335},{'disable_in_input':true}); 
     
    342342        if($(".current_selected_shortcut_msg").next().parents("#tbody_box").length) 
    343343            $(".current_selected_shortcut_msg").blur().removeClass("current_selected_shortcut_msg").next().addClass("current_selected_shortcut_msg selected_shortcut_msg"); 
    344         $(".current_selected_shortcut_msg").focus(); 
     344        $(".current_selected_shortcut_msg").addClass("selected_shortcut_msg").focus(); 
    345345    } 
    346346},{'disable_in_input':true}); 
     
    364364            updateSelectedMsgs($(value).find(":checkbox").is(':checked'),$(value).attr("id")); 
    365365        }); 
     366        $(".current_selected_shortcut_msg").focus(); 
    366367    } 
    367368},{'disable_in_input':true}); 
     
    470471},{'disable_in_input':true}); 
    471472 
    472 shortcut.add("f5",function(){ 
     473shortcut.add("f9",function(){ 
    473474    Element("em_refresh_button").onclick(); 
    474475    return; 
    475 },{'disable_in_input':true}); 
     476},{'disable_in_input':false}); 
    476477 
    477478function exec_msg_action(action) 
Note: See TracChangeset for help on using the changeset viewer.