IE dont see some library files?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

IE dont see some library files?

Sebastian Sastre-2
Hi there,
 
    I'm experimenting the strange situation in which I can use a site with firefox just nicely but IE seems not to be using none of the .css files that the page uses.
 
    Has somebody experimented this?
    I don't know tools to see what libraries (I mean css and js files) IE has succesfully loaded for a page do you know someone?
 
    thanks,
 

Sebastian Sastre

PS1: all the css files are invoked fine from the header in the html of the page like:

...

<link href="http://this.site.com/applicationFiles/ApplicationOne/MyStyleLibrary/anyStyle.css" type="text/css" rel="stylesheet">

...

PS2: other think I've observed is that directly pointing with firefox to:

http://this.site.com/applicationFiles/ApplicationOne/MyStyleLibrary/anyStyle.css

shows the css file contents but when I make that with IE (6) the creature does not shows anything but a flashing dialog (unreadable) that seem to download that somewhere. IE does not support .css referenced with http:// ?

 

 

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: IE dont see some library files?

Alexandre Paes
Hi,

This might be not related at all, but i was having some similar problem
with a javascript file, when i checked the respective method on my
library class (WAFileLibrary subclass) i noticed that javascript file
had been uploaded and stored in squeak as binary so it was not being
loaded with my page but instead downloaded to disk.

Cheers,

Alexandre Paes

Em 09/12/07 13:28 Sebastian Sastre escreveu:

> Hi there,
>  
>     I'm experimenting the strange situation in which I can use a site
> with firefox just nicely but IE seems not to be using none of the .css
> files that the page uses.
>  
>     Has somebody experimented this?
>     I don't know tools to see what libraries (I mean css and js files)
> IE has succesfully loaded for a page do you know someone?
>  
>     thanks,
>  
>
> Sebastian Sastre
>
> PS1: all the css files are invoked fine from the header in the html of
> the page like:
>
> ...
>
> <link href="http://this.site.com/applicationFiles/ApplicationOne/MyStyleLibrary/anyStyle.css" type="text/css" rel="stylesheet">
>
> ...
>
> PS2: other think I've observed is that directly pointing with firefox to:
>
> http://this.site.com/applicationFiles/ApplicationOne/MyStyleLibrary/anyStyle.css
>
> shows the css file contents but when I make that with IE (6) the
> creature does not shows anything but a flashing dialog (unreadable) that
> seem to download that somewhere. IE does not support .css referenced
> with http:// ?
>
>  
>
>  
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: IE dont see some library files?

Sebastian Sastre-2
Undestood, but is not the case because I'm making the files available to
apache serve them directly from disk. I've confirmed that apache is who
serve those files with the Net profiling feature of firebug. So apache is
serving them fine and content is the right plain text as expected (that’s
why it works fine in firefox). But why IE is unable to see css and js when
the gifs and other images it gets it right?

Sebastian Sastre


> -----Mensaje original-----
> De: [hidden email]
> [mailto:[hidden email]] En nombre
> de Alexandre Paes
> Enviado el: Miércoles, 12 de Septiembre de 2007 10:14
> Para: Seaside - general discussion
> Asunto: Re: [Seaside] IE dont see some library files?
>
> Hi,
>
> This might be not related at all, but i was having some
> similar problem with a javascript file, when i checked the
> respective method on my library class (WAFileLibrary
> subclass) i noticed that javascript file had been uploaded
> and stored in squeak as binary so it was not being loaded
> with my page but instead downloaded to disk.
>
> Cheers,
>
> Alexandre Paes
>
> Em 09/12/07 13:28 Sebastian Sastre escreveu:
> > Hi there,
> >  
> >     I'm experimenting the strange situation in which I can
> use a site
> > with firefox just nicely but IE seems not to be using none
> of the .css
> > files that the page uses.
> >  
> >     Has somebody experimented this?
> >     I don't know tools to see what libraries (I mean css
> and js files)
> > IE has succesfully loaded for a page do you know someone?
> >  
> >     thanks,
> >  
> >
> > Sebastian Sastre
> >
> > PS1: all the css files are invoked fine from the header in
> the html of
> > the page like:
> >
> > ...
> >
> > <link
> >
> href="http://this.site.com/applicationFiles/ApplicationOne/MyStyleLibr
> > ary/anyStyle.css" type="text/css" rel="stylesheet">
> >
> > ...
> >
> > PS2: other think I've observed is that directly pointing
> with firefox to:
> >
> >
> http://this.site.com/applicationFiles/ApplicationOne/MyStyleLibrary/an
> > yStyle.css
> >
> > shows the css file contents but when I make that with IE (6) the
> > creature does not shows anything but a flashing dialog (unreadable)
> > that seem to download that somewhere. IE does not support .css
> > referenced with http:// ?
> >
> >  
> >
> >  
> >
> >
> >
> ----------------------------------------------------------------------
> > --
> >
> > _______________________________________________
> > Seaside mailing list
> > [hidden email]
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: IE dont see some library files?

Sebastian Sastre-2
In reply to this post by Sebastian Sastre-2
Hi there,
 
    IE started to render including the .css expected rules. I saw it render fine after taking out a js error. It seemd that the js error was making IE to stop rendering css rules before completion and firefox not. At last some logical explanation!
 
    Hey wait a moment! what the hell js behavior has to do with css layouting? That coupling just sucks man. Otherwise we are all plain wrong and M$ IE engeneers are showing us *again* how software should be made :P
 

Sebastian Sastre

 



De: [hidden email] [mailto:[hidden email]] En nombre de Sebastian Sastre
Enviado el: Miércoles, 12 de Septiembre de 2007 09:29
Para: 'Seaside - general discussion'
Asunto: [Seaside] IE dont see some library files?

Hi there,
 
    I'm experimenting the strange situation in which I can use a site with firefox just nicely but IE seems not to be using none of the .css files that the page uses.
 
    Has somebody experimented this?
    I don't know tools to see what libraries (I mean css and js files) IE has succesfully loaded for a page do you know someone?
 
    thanks,
 

Sebastian Sastre

PS1: all the css files are invoked fine from the header in the html of the page like:

...

<link href="http://this.site.com/applicationFiles/ApplicationOne/MyStyleLibrary/anyStyle.css" type="text/css" rel="stylesheet">

...

PS2: other think I've observed is that directly pointing with firefox to:

http://this.site.com/applicationFiles/ApplicationOne/MyStyleLibrary/anyStyle.css

shows the css file contents but when I make that with IE (6) the creature does not shows anything but a flashing dialog (unreadable) that seem to download that somewhere. IE does not support .css referenced with http:// ?

 

 

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside