Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Won't Fix
-
2.7.1
-
None
-
None
-
Tapestry
Description
I am trying to load a page with data and facing an issue with the scrollbars. In the style ,i have set the "overflow" attribute to "auto" in which scroll bars appear automatically if the page overflows. Setting it to "hidden" should not display the scroll bars. But in either case the scroll bars are displayed and it does'nt seem to have any effect.I am not sure whether i am missing out something.Please help me to resolve the problem. I've pasted the html code snippet below :
--> Border.html
<div jwcid="divTag@contrib:AjaxStatus"
style="display:none; cursor:wait; position:absolute; top:0;
left:0; height: 2000px; width: 1500px; overflow: auto; right:100; margin: 0; padding:0; color: #80d1fd;
font-size: 100px; text-align: center; background-color: #ffffff;
filter:alpha(opacity=0); ">
</div>
Is there any other way of changing cursor to hourglass during processing of ajax.
Could u plz tell me how to use tapestry.fx.attachAjaxStatus with example.
thanks in advance for helping me.