Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by jcrone on Oct 07, 2009 12:57
open dhtmlx forum
parent tab being created in all browser, but not consistently

I'm using version dhtmlxSuite_2008Rel3_pro_81009. 

This is the exact div element.

The issue is not consistent, it happens approximatly 1 out of 10 times the page is loaded/refreshed

<div id="mainContent" mode="top" tabheight="25" align="left" offset="20"

margin="-10" class="dhtmlxTabBar" imgpath="/og/codebase/imgs/"

style="margin-top: 9px; padding-left: 40px; height: 800px;" oninit="tabbarOnLoad()">

<div id="a1" width="90" name="Personal"> <%@include

file="personal.jsp"%> </div>

<div id="a2" width="90" name="Associate"><%@include

file="associate.jsp"%></div>

<div id="a3" width="90" name="Counters"><%@include

file="counters.jsp"%></div>

<div id="a4" width="90" name="Licensing"><%@include

file="license.jsp"%></div>

<div id="a5" width="90" name="Organization"><%@include

file="organization.jsp"%></div>

<div id="a6" width="90" name="Comments"><%@include

file="comments.jsp"%></div>

<div id="a7" width="90" height="100%" name="Reports" ><%@include

file="reports.jsp"%></div>

</div>

Answer posted by Stanislav (support) on Oct 08, 2009 06:10
If issue still occurs for you - please provide exact html content from problematic page ( after server side processing )