Ignore:
Timestamp:
07/19/11 14:10:23 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1820 - Menu de contexto não é exibido em todos resultados de pesquisa.4673

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r4807 r4810  
    820820                        trM[r].cells[c].setAttribute("width",colSizes[tbl][c]); 
    821821                        if (is_mozilla && !is_webkit) { 
    822                                 if (!emptyBody) 
     822                                if (!emptyBody) { 
    823823                                document.getElementById("colgroup_main_"+numBox).childNodes[c].setAttribute("width",colSizes[tbl][c]); 
     824                                } 
    824825                                document.getElementById("colgroup_head_"+numBox).childNodes[c].setAttribute("width",colSizes[tbl][c]); 
    825                                 if (tbH.rows[0].cells[c].className=="th_resizable") 
     826                                if (tbH.rows[0].cells[c].className=="th_resizable") { 
    826827                                        trM[r].cells[c].innerHTML = trM[r].cells[c].innerHTML; // stupid fix for FF to redraw cell content 
     828                                        tbH.rows[0].cells[c].innerHTML = tbH.rows[0].cells[c].innerHTML; // another stupid fix for FF to redraw cell content 
     829                        } 
    827830                        } 
    828831                        else { 
Note: See TracChangeset for help on using the changeset viewer.