Ignore:
Timestamp:
07/04/11 20:15:14 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2059 - Menu de contexto não é exibido em todos resultados de pesquisa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/js/draw_api.js

    r4670 r4673  
    822822                        trM[r].cells[c].setAttribute("width",colSizes[tbl][c]); 
    823823                        if (is_mozilla && !is_webkit) { 
    824                                 if (!emptyBody) 
     824                                if (!emptyBody) { 
    825825                                document.getElementById("colgroup_main_"+numBox).childNodes[c].setAttribute("width",colSizes[tbl][c]); 
     826                                } 
    826827                                document.getElementById("colgroup_head_"+numBox).childNodes[c].setAttribute("width",colSizes[tbl][c]); 
    827                                 if (tbH.rows[0].cells[c].className=="th_resizable") 
     828                                if (tbH.rows[0].cells[c].className=="th_resizable") { 
    828829                                        trM[r].cells[c].innerHTML = trM[r].cells[c].innerHTML; // stupid fix for FF to redraw cell content 
     830                                        tbH.rows[0].cells[c].innerHTML = tbH.rows[0].cells[c].innerHTML; // another stupid fix for FF to redraw cell content 
     831                        } 
    829832                        } 
    830833                        else { 
Note: See TracChangeset for help on using the changeset viewer.