Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by chitra on Sep 07, 2008 22:33
open dhtmlx forum
Firefox 3 problem with Dhtmlxgrid+excel co

Hi,

I have downloaded and using the standard edition of the dhtmlxgrid with excel combo. I have set the second column to be a list with excel type "co". It works perfect with firefox version 2.0. On dbl-clicking i am able to select from the drop down list. But in Firefox 3.0 the drop-down list is not visible.

Please help

regards,
chitra


Answer posted by Support on Sep 08, 2008 05:13
Problem can be caused by used layout. If you have absolutely positioned elements, the list can be just hidden beyond them.
Please try to update dhtmlxgrid.css in next way
.dhx_combo_select{
  font-family:arial;
  font-size:12px;
  border:1px solid;
  border-color:black silver silver black;
  background-color:white;
  overflow:hidden;
  cursor:default;
  position:absolute;
  height:auto;
  z-index:600; //<=this is added|increased