Hello, i've what i think is a rendering problem checked on Zope 2.8.5 and Zope 2.9 (tried on unix and windows os): download from microsoft website the sdk for Windows Media Center (http://www.microsoft.com/windowsxp/mediacenter/developer/default.mspx). Inside there is a folder called HTML Templates. There you can find some html pages designed to be seen on media center. You can normally view them using IE. Now transfer the entire directory inside Zope; if you open the default.htm files the highlight of buttons and objects is not anymore working. IE doesn't complain about any errors, it just don't work. I've tried uploading the same directory to Apache and pages are working. These files are full of javascript but i really can't understand what's happening. Thanks, Bruno
At Wednesday 1/2/2006 20:21, Bruno Grampa wrote:
Hello, i've what i think is a rendering problem checked on Zope 2.8.5 and Zope 2.9 (tried on unix and windows os): download from microsoft website the sdk for Windows Media Center (http://www.microsoft.com/windowsxp/mediacenter/developer/default.mspx). Inside there is a folder called HTML Templates. There you can find some html pages designed to be seen on media center. You can normally view them using IE. Now transfer the entire directory inside Zope;
How did you transfer them?
if you open the default.htm files the highlight of buttons and objects is not anymore working. IE doesn't complain about any errors, it just don't work. I've
"default.htm" is not a good name for a Zope object. The same for "xxx.js" or "yyy.css". Maybe this is the cause of your problem. Gabriel Genellina Softlab SRL
Gabriel Genellina wrote:
"default.htm" is not a good name for a Zope object. The same for "xxx.js" or "yyy.css". Maybe this is the cause of your problem.
Huh?! Where did this come from?! These names a _just_ _fine_ for Zope :-) Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Bruno Grampa wrote:
them using IE. Now transfer the entire directory inside Zope;
Bulk transfering a load of js-riddled M$ html is highly unlikely to work as expected...
if you open the default.htm files the highlight of buttons and objects is not anymore working. IE doesn't complain about any errors, it just don't work.
Trying looking in your Z2.log and see what requests are causing errors ;-)
I've tried uploading the same directory to Apache and pages are working.
So serve these files from Apache then! cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Bruno Grampa -
Chris Withers -
Gabriel Genellina