alert-dialog.css missing?

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

alert-dialog.css missing?

ncrofts
Hi,

When I use the fr:alert-dialog XBL control on a form, I noticed the Chrome Developer tools indicate the alert-dialog.css file at "<a href="http://domain:port/context/ops/yui/alert-dialog/skins/sam/alert-dialog.css">http://domain:port/context/ops/yui/alert-dialog/skins/sam/alert-dialog.css" is missing.

The browser console reports "Failed to load resource: the server responded with a status of 404 (Not Found)", and presumably is accounting for some load delay.

The component does actually display and further inspection shows that alert-dialog.css is indeed included but at "<a href="http://domain:port/context/xbl/orbeon/alert-dialog/alert-dialog.css">http://domain:port/context/xbl/orbeon/alert-dialog/alert-dialog.css".

This relates to orbeon-3.8.0.rc1.201005041622-CE.

Is there a way to avoid this error?

Regards,
Neil




Reply | Threaded
Open this post in threaded view
|

Re: alert-dialog.css missing?

Alessandro  Vernet
Administrator
Neil,

I am trying this with a recent nightly build, and the request I see is
for the following URL, which does exist:

http://localhost:8080/orbeon/xbl/orbeon/alert-dialog/alert-dialog.css

Could it be that the problem you're seeing happened with an older
version, and that it has been solved since then? I.e. could you try
this again with a recent nightly build?

Alex

On Sat, Feb 12, 2011 at 3:35 AM, ncrofts <[hidden email]> wrote:

>
> Hi,
>
> When I use the fr:alert-dialog XBL control on a form, I noticed the Chrome
> Developer tools indicate the alert-dialog.css file at
> "<a href="http://domain:port/context/ops/yui/alert-dialog/skins/sam/alert-dialog.css">http://domain:port/context/ops/yui/alert-dialog/skins/sam/alert-dialog.css"
> is missing.
>
> The browser console reports "Failed to load resource: the server responded
> with a status of 404 (Not Found)", and presumably is accounting for some
> load delay.
>
> The component does actually display and further inspection shows that
> alert-dialog.css is indeed included but at
> "<a href="http://domain:port/context/xbl/orbeon/alert-dialog/alert-dialog.css">http://domain:port/context/xbl/orbeon/alert-dialog/alert-dialog.css".
>
> This relates to orbeon-3.8.0.rc1.201005041622-CE.
>
> Is there a way to avoid this error?
>
> Regards,
> Neil
>
>
>
>
>
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/alert-dialog-css-missing-tp3302603p3302603.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.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
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: alert-dialog.css missing?

ncrofts
Hi Alex,

It may well be a problem with the 3.8.0.rc1.201005041622-CE release I was using. In that version this  seems to try to load the alert-dialog.css from both

<a href="http://domain:port/context/ops/yui/alert-dialog/skins/sam/alert-dialog.css">http://domain:port/context/ops/yui/alert-dialog/skins/sam/alert-dialog.css

and then

<a href="http://domain:port/context/xbl/orbeon/alert-dialog/alert-dialog.css">http://domain:port/context/xbl/orbeon/alert-dialog/alert-dialog.css

In the short term I will patch my release so that it finds the file at the first location anyway. but I am going to try and migrate to a more recent build soon as I would like to remove the dependency with eXist used for state caching. I'll check if this also fixes the alert-dialog issue at that time too and update this thread accordingly.

Thanks for taking a look at this. Much appreciated.

Neil