You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Bruno Dumon <br...@outerthought.org> on 2003/10/15 18:13:09 UTC

linotype on IE?

Does anyone have linotype working on Internet Explorer?

There were some changes committed a few weeks ago to enable this, but
all I get when adding a new news item or selecting an existing one is an
all-white page. View-source shows a bunch of HTML though.

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
bruno@outerthought.org                          bruno@apache.org


Re: linotype on IE?

Posted by Klaus Bertram <k....@kbsm.de>.
Geoff Howard wrote:

> Klaus Bertram wrote:
> 
>> Marc Portier wrote:
>>
>>>
>>>
>>> Geoff Howard wrote:
>>>
>>>> Bruno Dumon wrote:
>>>>
>>>>> Does anyone have linotype working on Internet Explorer?
>>>>>
>>>>> There were some changes committed a few weeks ago to enable this, but
>>>>> all I get when adding a new news item or selecting an existing one 
>>>>> is an
>>>>> all-white page. View-source shows a bunch of HTML though.
>>>>>
>>>> hmmm, as I remember it was working.  Are you sure you have uploads 
>>>> enabled?
>>>>
>>>> Geoff
>>>>
>>>
>>> yes,
>>>
>>> Bruno had me testing this also today, and I can assert the 
>>> enable-uploads was set to true
>>>
>>> even more: tested with mozilla firebird on the same server-setting 
>>> and it worked like a charm
>>>
>>> IE is just not showing the editor, but a white screen in stead.
>>>
>>> regards,
>>> -marc=
>>
>>
>>
>> Yes it could be :(
>> I tested it with IE 5 and 6 and had the same.
>> My work around was at the news2edit.xslt with a dummy script emtry:
>>
>> <script src="{$home}/scripts/editor.js" type="text/javascript"></script>
>> <script type="text/javascript">
>> dummy="";
>> </script>
>>
>> It seems that IE not correctly works with the script areas.
> 
> 
> Oh, the {$home} reminds me - there was something funny about the host 
> name you use.  I believe it's currently hardcoded to 
> http://localhost:8888... or something like that.  Can those for whom 
> this is not working post what url you're using in your browser?  I still 
> haven't had a chance to check this yet.
> 
I had set up the {$home} var to my real server name with the same result 
local and remote. Only IE was blank, moz worked fine.
When i remove the xhtml ns in html
       xmlns="http://www.w3.org/1999/xhtml"
IE render and display the side.
After more tests i found the solution with the dummy script area.

I hope this help

Klaus


Re: linotype on IE?

Posted by Geoff Howard <co...@leverageweb.com>.
Klaus Bertram wrote:
> Marc Portier wrote:
> 
>>
>>
>> Geoff Howard wrote:
>>
>>> Bruno Dumon wrote:
>>>
>>>> Does anyone have linotype working on Internet Explorer?
>>>>
>>>> There were some changes committed a few weeks ago to enable this, but
>>>> all I get when adding a new news item or selecting an existing one 
>>>> is an
>>>> all-white page. View-source shows a bunch of HTML though.
>>>>
>>> hmmm, as I remember it was working.  Are you sure you have uploads 
>>> enabled?
>>>
>>> Geoff
>>>
>>
>> yes,
>>
>> Bruno had me testing this also today, and I can assert the 
>> enable-uploads was set to true
>>
>> even more: tested with mozilla firebird on the same server-setting and 
>> it worked like a charm
>>
>> IE is just not showing the editor, but a white screen in stead.
>>
>> regards,
>> -marc=
> 
> 
> Yes it could be :(
> I tested it with IE 5 and 6 and had the same.
> My work around was at the news2edit.xslt with a dummy script emtry:
> 
> <script src="{$home}/scripts/editor.js" type="text/javascript"></script>
> <script type="text/javascript">
> dummy="";
> </script>
> 
> It seems that IE not correctly works with the script areas.

Oh, the {$home} reminds me - there was something funny about the host 
name you use.  I believe it's currently hardcoded to 
http://localhost:8888... or something like that.  Can those for whom 
this is not working post what url you're using in your browser?  I still 
haven't had a chance to check this yet.

Geoff


Re: linotype on IE?

Posted by Klaus Bertram <k....@kbsm.de>.
Marc Portier wrote:
> 
> 
> Geoff Howard wrote:
> 
>> Bruno Dumon wrote:
>>
>>> Does anyone have linotype working on Internet Explorer?
>>>
>>> There were some changes committed a few weeks ago to enable this, but
>>> all I get when adding a new news item or selecting an existing one is an
>>> all-white page. View-source shows a bunch of HTML though.
>>>
>> hmmm, as I remember it was working.  Are you sure you have uploads 
>> enabled?
>>
>> Geoff
>>
> 
> yes,
> 
> Bruno had me testing this also today, and I can assert the 
> enable-uploads was set to true
> 
> even more: tested with mozilla firebird on the same server-setting and 
> it worked like a charm
> 
> IE is just not showing the editor, but a white screen in stead.
> 
> regards,
> -marc=

Yes it could be :(
I tested it with IE 5 and 6 and had the same.
My work around was at the news2edit.xslt with a dummy script emtry:

<script src="{$home}/scripts/editor.js" type="text/javascript"></script>
<script type="text/javascript">
dummy="";
</script>

It seems that IE not correctly works with the script areas.

Klaus


Re: linotype on IE?

Posted by Marc Portier <mp...@outerthought.org>.

Geoff Howard wrote:

> Bruno Dumon wrote:
> 
>> Does anyone have linotype working on Internet Explorer?
>>
>> There were some changes committed a few weeks ago to enable this, but
>> all I get when adding a new news item or selecting an existing one is an
>> all-white page. View-source shows a bunch of HTML though.
>>
> hmmm, as I remember it was working.  Are you sure you have uploads enabled?
> 
> Geoff
> 

yes,

Bruno had me testing this also today, and I can assert the 
enable-uploads was set to true

even more: tested with mozilla firebird on the same server-setting and 
it worked like a charm

IE is just not showing the editor, but a white screen in stead.

regards,
-marc=
-- 
Marc Portier                            http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
Read my weblog at              http://radio.weblogs.com/0116284/
mpo@outerthought.org                              mpo@apache.org


Re: linotype on IE?

Posted by Geoff Howard <co...@leverageweb.com>.
Bruno Dumon wrote:
> Does anyone have linotype working on Internet Explorer?
> 
> There were some changes committed a few weeks ago to enable this, but
> all I get when adding a new news item or selecting an existing one is an
> all-white page. View-source shows a bunch of HTML though.
> 
hmmm, as I remember it was working.  Are you sure you have uploads enabled?

Geoff