Hi
In order to prevent user interruption, Used "@contrib:AjaxStatus" component
to display hour glass when AJAX request happens. PFB the code snippet used
However once Ajax response is received, Normal mouse pointer does not
reappear. The hourglass continues to be shown , and only after mo
Thanks Andy.
Just now we observed, this works in IE 7.0. As you mentioned it is taking
quite a few seconds(35 - 40).
Is there a way to workaround this for IE 6.0 and make it as faster as
firefox?
Thanks in advance for your help,
Giri
Andy Pahne-3 wrote:
>
>
> For me it works in Firefox a
Thanks Andreas Andreou.
I reset the cursor style using - dojo.byId(a1).style.cursor = "none". PFB
the code snippet
tapestry.fx.attachAjaxStatus( function(show) {
if (show) {
// show your node
} else {
dojo.byId(a1).style.cursor = "none";
// hide your node
}
Now normal cursor reappears in
;
> I don't quite understand why this is delaying in IE...
> Is it possible to create a simple example that demonstrates the delay
> you're
> seeing and attach it to JIRA?
>
> On Fri, Feb 29, 2008 at 5:22 PM, sasidhar <[EMAIL PROTECTED]> wrote:
>>
>>
FireFox. Does
anyone have a clue about this?
Thanks in advance,
sasidhar.
--
View this message in context:
http://www.nabble.com/Problem-while-using-%40PropertySelection-Component.-tp15976661p15976661.html
Sent from the Tapestry - User mailing list archive at Nabble.com
workaround this?
Thanks in advance
sasidhar
--
View this message in context:
http://www.nabble.com/IE6-issue-with-dropdowns-tp16114551p16114551.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe