Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tom Ince on Nov 07, 2008 06:02
open dhtmlx forum
Auto View Port changing web page

When using the default setting for enableAutoViewport, or setting it to true, a white box is added to the web page. If I set enable AutoViewport to false, then no white box, but then I lose the functionality of allowing the window to be used in the whole page, because I have to define my own viewport.
Answer posted by Support on Nov 10, 2008 04:05
Could you please attach a demo?
Answer posted by Tom Ince on Nov 10, 2008 06:14
Turned out, it was because the img path was not being set.  I was not worrying about it at the time.  I was concentrating on the white box being added to the main page and couldn't figure it out.  When I decided to just get the window icon working, by adding the image path, the white box went away.  Maybe the div being added to the document.body for the window is using a transparent image instead of just setting background-color: transparent?