[Vtigercrm-commits] [vtiger development] #7146: VtigerJS_DialogBox popup z-index stays at max. limit!

vtiger development vtiger-tickets at trac.vtiger.com
Fri Sep 30 00:06:29 PDT 2011


#7146: VtigerJS_DialogBox popup z-index stays at max. limit!
------------------------+---------------------------------------------------
  Reporter:  prasad     |       Owner:  developer 
      Type:  defect     |      Status:  new       
  Priority:  minor      |   Milestone:  Unassigned
 Component:  vtigercrm  |     Version:  5.2.1     
Resolution:             |    Keywords:            
------------------------+---------------------------------------------------
Comment (by prasad):

 File: include/js/general.js
 {{{
 VtigerJS_DialogBox = {
     // ...

     // Avoid zIndex going beyond max.+2147483647 (assuming most browsers
 would work)
     olayer.style.zIndex = parseInt((new Date()).getTime() / 1000);

     // In case zIndex goes to negative side!...
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7146#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM



More information about the vtigercrm-commits mailing list