Loading Icon not going away

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Loading Icon not going away

Ryan Puddephatt
All,
    I think I may have found a small bug, I have a submission with
@replace="all" which doesn't return a result, it uses http-serializer to
force the user to download a file. This works fine, but once the user
downloads the file the loading icon stays at the top of the page. I can
send an example if you want one?

Ryan

Ryan Puddephatt
Software Engineer
 
Teleflex Group - IT UK
1 Michaelson Square
Livingston
West Lothian
Scotland
EH54 7DP
 
e> [hidden email] <mailto:[hidden email]>
t> +44(0)1506 407 110
f> +44(0)1506 407 108
w> www.teleflex.com <http://www.teleflex.com>




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Loading Icon not going away

Ryan Puddephatt
All,
    Is @target supported on submission elements? I know its in the 1.1
working draft, I think this will solve my loading icon problem

Thanks

Ryan

Ryan Puddephatt wrote:

> All,
>    I think I may have found a small bug, I have a submission with
> @replace="all" which doesn't return a result, it uses http-serializer
> to force the user to download a file. This works fine, but once the
> user downloads the file the loading icon stays at the top of the page.
> I can send an example if you want one?
>
> Ryan
>
> Ryan Puddephatt
> Software Engineer
>
> Teleflex Group - IT UK
> 1 Michaelson Square
> Livingston
> West Lothian
> Scotland
> EH54 7DP
>
> e> [hidden email] <mailto:[hidden email]>
> t> +44(0)1506 407 110
> f> +44(0)1506 407 108
> w> www.teleflex.com <http://www.teleflex.com>
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>  



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Loading Icon not going away

Joseph Lawrence
Ryan,
    I believe @target is not yet supported on the submission elements.

http://forge.objectweb.org/tracker/index.php?func=detail&aid=306534&group_id=168&atid=350207

Thanks
Joseph Lawrence
Stabilix Solutions

Ryan Puddephatt <[hidden email]> wrote:
All,
Is @target supported on submission elements? I know its in the 1.1
working draft, I think this will solve my loading icon problem

Thanks

Ryan

Ryan Puddephatt wrote:

> All,
> I think I may have found a small bug, I have a submission with
> @replace="all" which doesn't return a result, it uses http-serializer
> to force the user to download a file. This works fine, but once the
> user downloads the file the loading icon stays at the top of the page.
> I can send an example if you want one?
>
> Ryan
>
> Ryan Puddephatt
> Software Engineer
>
> Teleflex Group - IT UK
> 1 Michaelson Square
> Livingston
> West Lothian
> Scotland
> EH54 7DP
>
> e> [hidden email]
> t> +44(0)1506 407 110
> f> +44(0)1506 407 108
> w> www.teleflex.com
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food & Drink Q&A.

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Loading Icon not going away

Erik Bruchez
Administrator
In reply to this post by Ryan Puddephatt
Ryan,

It is a bug but one very unlikely to be fixed because it is very hard
(maybe impossible in certain cases) to figure out whether the browser
will replace the current page or not (usually based on the
Content-Disposition header, but not always).

This is why we added xforms:submission/@xxforms:show-progress="false",
which turns off the loading indicator when you know it is not needed or
won't disappear.

-Erik

Ryan Puddephatt wrote:

> All,
>    I think I may have found a small bug, I have a submission with
> @replace="all" which doesn't return a result, it uses http-serializer to
> force the user to download a file. This works fine, but once the user
> downloads the file the loading icon stays at the top of the page. I can
> send an example if you want one?
>
> Ryan
>
> Ryan Puddephatt
> Software Engineer
>
> Teleflex Group - IT UK
> 1 Michaelson Square
> Livingston
> West Lothian
> Scotland
> EH54 7DP
>
> e> [hidden email] <mailto:[hidden email]>
> t> +44(0)1506 407 110
> f> +44(0)1506 407 108
> w> www.teleflex.com <http://www.teleflex.com>
>
>

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Loading Icon not going away

Ryan Puddephatt
Erik,
    This will fix the problem perfectly, I'll add this thanks

Ryan

Erik Bruchez wrote:

> Ryan,
>
> It is a bug but one very unlikely to be fixed because it is very hard
> (maybe impossible in certain cases) to figure out whether the browser
> will replace the current page or not (usually based on the
> Content-Disposition header, but not always).
>
> This is why we added xforms:submission/@xxforms:show-progress="false",
> which turns off the loading indicator when you know it is not needed
> or won't disappear.
>
> -Erik
>
> Ryan Puddephatt wrote:
>> All,
>>    I think I may have found a small bug, I have a submission with
>> @replace="all" which doesn't return a result, it uses http-serializer
>> to force the user to download a file. This works fine, but once the
>> user downloads the file the loading icon stays at the top of the
>> page. I can send an example if you want one?
>>
>> Ryan
>>
>> Ryan Puddephatt
>> Software Engineer
>>
>> Teleflex Group - IT UK
>> 1 Michaelson Square
>> Livingston
>> West Lothian
>> Scotland
>> EH54 7DP
>>
>> e> [hidden email] <mailto:[hidden email]>
>> t> +44(0)1506 407 110
>> f> +44(0)1506 407 108
>> w> www.teleflex.com <http://www.teleflex.com>
>>
>>
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>  



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Loading Icon not going away

Alessandro Vernet
Administrator
In reply to this post by Erik Bruchez
On 3/3/07, Erik Bruchez <[hidden email]> wrote:
> This is why we added xforms:submission/@xxforms:show-progress="false",
> which turns off the loading indicator when you know it is not needed or
> won't disappear.

I realized this was not documented. I use this quite bit as well, so I
added a note about this in the documentation under Extensions / Other
Extensions.

Alex
--
Orbeon Forms - Web 2.0 Forms for the Enterprise
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws