Problem after upgrade zope from 2.6.0 -> 2.8.4
Hi Zope Gurus, After I upgraded the zope from 2.6.0 -> 2.8.4 on a Redhat EL3 server, with python 2.4.2 (and I also tested with python 2.3.5), the gif pictures are now slightly misaligned a little bit, these graphics are in a TABLE with BORDER=0, CELLPADDING=0, and CELLSPACING=0. The graphics looked fine with Zope 2.6.0. Does anyone see similar behavior with Zope 2.8.4? Thank you for help. Zhi-Wei Lu Institue for Data Analysis and Visualization (IDAV) UC Davis Phone: (530) 752-0494 Davis, CA 95616 Fax: (530) 752-8894
Am Donnerstag, den 27.10.2005, 20:25 -0700 schrieb Zhi-Wei Lu:
Hi Zope Gurus,
After I upgraded the zope from 2.6.0 -> 2.8.4 on a Redhat EL3 server, with python 2.4.2 (and I also tested with python 2.3.5), the gif pictures are now slightly misaligned a little bit, these graphics are in a TABLE with BORDER=0, CELLPADDING=0, and CELLSPACING=0. The graphics looked fine with Zope 2.6.0.
Does anyone see similar behavior with Zope 2.8.4?
Thank you for help.
I fail to see how the zope could possibly influence the rendering of the very same HTML in a browser. Probably best would be to check both HTML sources as they are delivered to the browser - as well as maybe mime-type and charset in the header (via headersniffer-plugin in firefox or tcpflow or similar) Maybe you changed something with the update? Are you using some framework on top of zope? Tino.
On Thu, 27 Oct 2005 23:27:22 -0700, Tino Wildenhain <tino@wildenhain.de> wrote:
I fail to see how the zope could possibly influence the rendering of the very same HTML in a browser.
Zope used to specify border=0 on images, put the title of the object in the alt tags of the image and other bad behaviour. Now it doesn't anymore. Most likely he needs to add the CSS: img { border: none; } to his site, depending on what browser he uses to test it. -- _____________________________________________________________________ Alexander Limi · Chief Architect · Plone Solutions · Norway Consulting · Training · Development · http://www.plonesolutions.com _____________________________________________________________________ Plone Co-Founder · http://plone.org · Connecting Content Plone Foundation · http://plone.org/foundation · Protecting Plone
Am Donnerstag, den 27.10.2005, 23:55 -0700 schrieb Alexander Limi:
On Thu, 27 Oct 2005 23:27:22 -0700, Tino Wildenhain <tino@wildenhain.de> wrote:
I fail to see how the zope could possibly influence the rendering of the very same HTML in a browser.
Zope used to specify border=0 on images, put the title of the object in the alt tags of the image and other bad behaviour. Now it doesn't anymore.
Ah yes, well, zope2.6 it was. Otoh, if he would inspect the source it should show up :)
Most likely he needs to add the CSS:
img { border: none; }
to his site, depending on what browser he uses to test it.
Would not affect lynx but should otherwise work :)
On Oct 27, 2005, at 11:55 PM, Alexander Limi wrote:
On Thu, 27 Oct 2005 23:27:22 -0700, Tino Wildenhain <tino@wildenhain.de> wrote:
I fail to see how the zope could possibly influence the rendering of the very same HTML in a browser.
Zope used to specify border=0 on images, put the title of the object in the alt tags of the image and other bad behaviour. Now it doesn't anymore.
Most likely he needs to add the CSS:
img { border: none; }
This solves the problem. Apparently, the default behavior of the zope (2.6.0 <-> 2.8.4) has changed. Thank you all for your great input. Zhi-Wei Lu Institue for Data Analysis and Visualization (IDAV) UC Davis Phone: (530) 752-0494 Davis, CA 95616 Fax: (530) 752-8894
At Friday 28/10/2005 00:25, Zhi-Wei Lu wrote:
After I upgraded the zope from 2.6.0 -> 2.8.4 on a Redhat EL3 server, with python 2.4.2 (and I also tested with python 2.3.5), the gif pictures are now slightly misaligned a little bit, these graphics are in a TABLE with BORDER=0, CELLPADDING=0, and CELLSPACING=0. The graphics looked fine with Zope 2.6.0.
I don't believe the Zope version has a strong connection with this issue; is that the *only* thing that changed? browser version is the same? Compare both versions of the html source as it comes to the browser to see what's the difference; specially if the markup is invalid you can't count on the browser rendering the page in a consistent way. Gabriel Genellina Softlab SRL
participants (4)
-
Alexander Limi -
Gabriel Genellina -
Tino Wildenhain -
Zhi-Wei Lu