Hi Mark,

There is a java-script error which I am getting now while running my application which I never got before with R_1726. The error is as follows :-

Java-Script error loading page http://localhost:8888/myapp/flowController.htm?_flowExecutionKey=_zEED84634-P33DA-0BBD-8F92-4201BC6DD972_k1B714126-B40A-3B1D-C264-C5466647EAAE: TypeError: Cannot delete property "loading" of undefined

and it comes if I include this loading.html in my jsp.

It was all working fine with R_1726 build. Pl have a look.

Regards,
-Ruchika


loading.html :-

"div id="loading">
img src=""/scripts/lib/ext/ext_v1_1/resources/images/default/grid/loading.gif"/>" style="width:16px;height:16px;" align="absmiddle"> Loading...

loading-class.css is defined as below :-

html, body {
margin:0;
padding:0;
border:0 none;
overflow:hidden;
height:100%;
}
#class .loading-class{
font-size:12px;
height:18px;
}
.loading-class{
font-size:8pt;
background-image:url('../../resources/images/grid/loading.gif');
background-repeat: no-repeat;
background-position:top left;
padding-left:20px;
height:18px;
text-align:left;
}
#loading{
position:absolute;
left:45%;
top:40%;
border:1px solid #6593cf;
padding:2px;
background:#c3daf9;
width:150px;
text-align:center;
z-index:20001;
}
#loading .loading-class{
border:1px solid #a3bad9;
background:white;
color:#003366;
font:bold 13px tahoma,arial,helvetica;
padding:10px;
margin:0;
}
_______________________________________________ WebTest mailing list WebTest@lists.canoo.com http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to