Mailing List Archive

Foundation Site
See: foundation.zope.org

This is using Darryl's magic. It was painful to get such a beast of RH 9
working (with 2 arms tied behind my back) but we did it. Thanks Darryl and
David from ZC.

I will need to speak with someone about getting the necessary pieces from
Darryl's end into svn so we can have the whole ball of wax in svn.


Andrew Sawyers


_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
On Fri, 2006-10-13 at 09:54 +0530, Baiju M wrote:
> On 10/13/06, Andrew Sawyers <andrew@sawdog.com> wrote:
> > See: foundation.zope.org
>
> Great work!
>
> Do we have an issue tracker for reporting web issues?
>
> There is a problem in http://foundation.zope.org/members/committer_members.html
>
> The error is :
>
> System Message: SEVERE/4 (<string>, line 20)
>
> Problems with "csv-table" directive path: [Errno 2] No such file or
> directory: u'/committer_members.csv'.
>
> .. csv-table:: Zope Foundation Commiter Members
> :header: "username", "first name", "last name"
> :delim: tab
> :file: committer_members.csv
>
> But that file is there: http://foundation.zope.org/members/committer_members.csv
>
> Is this a docutils version problem?

>
> Regards,
> Baiju M
> _______________________

Cheers Baiju,

Yes it is a docutils version problem. I'm sure Andrew will look into it
when he gets up in the morning. And will ask me if necessary.

Regards,
Darryl

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On 12 Oct 2006, at 23:37, Andrew Sawyers wrote:

> See: foundation.zope.org

Just FYI: Many people will still be affected by the DNS mess, which
is going to resolve itself some time tomorrow by virtue of DNS
propagation. I'm currently a victim of foundation.zope.org not being
resolvable.

jens

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFFLxLfRAx5nvEhZLIRAkQoAKCjK+/qdtvDnHYvoYURCoskQTlS2QCglaGz
YkKUc0TCrRDl0QNPMRLFNM8=
=VM/Z
-----END PGP SIGNATURE-----
_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
On 10/13/06, Andrew Sawyers <andrew@sawdog.com> wrote:
> See: foundation.zope.org

Great work!

Do we have an issue tracker for reporting web issues?

There is a problem in http://foundation.zope.org/members/committer_members.html

The error is :

System Message: SEVERE/4 (<string>, line 20)

Problems with "csv-table" directive path: [Errno 2] No such file or
directory: u'/committer_members.csv'.

.. csv-table:: Zope Foundation Commiter Members
:header: "username", "first name", "last name"
:delim: tab
:file: committer_members.csv

But that file is there: http://foundation.zope.org/members/committer_members.csv

Is this a docutils version problem?

Or `file` sub-directive should be?:

:file: ./committer_members.csv

Index: members/committer_members.txt
===================================================================
--- members/committer_members.txt (revision 70330)
+++ members/committer_members.txt (working copy)
@@ -20,4 +20,4 @@
.. csv-table:: Zope Foundation Commiter Members
:header: "username", "first name", "last name"
:delim: tab
- :file: committer_members.csv
+ :file: ./committer_members.csv

Regards,
Baiju M
_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
Hi Andrew,

Re docutils. The output of:

def handler_html(req,**kwargs):
import docutils
req.send_http_header()
req.write(docutils.__file__)
req.write(docutils.__version__)
req.write(docutils.__version_details__)
return apache.OK

Gives me 0.5 snapshot 2006-10-11, r4766.

When Martijn originally gave me the rest files, the csv table didn't
work for me and I had to update docutils.

BTW docutils.__file__ in my interpreter is not the same as for
mod_python running in apache. Which is why I check it in the above
output. Then you are sure too which docutils is imported.

Best regards,
Darryl

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
Andrew Sawyers wrote:
> See: foundation.zope.org
>
> This is using Darryl's magic. It was painful to get such a beast of RH 9
> working (with 2 arms tied behind my back) but we did it. Thanks Darryl and
> David from ZC.
>
> I will need to speak with someone about getting the necessary pieces from
> Darryl's end into svn so we can have the whole ball of wax in svn.
>
>
> Andrew Sawyers
>
>
cool :)
Until someone answers Baiju about a place to report issues,

I'd like to give a feedback about the menu

from this page:

http://foundation.zope.org/members/

looking at the menu, I think that it will be more readable if we change
all labels
from "members" submenu

Zope Foundation Strategic Developer Members -> Strategic Developer Members
Zope Foundation Associate Members -> Associate Members
etc..

We all know it's the members list for ZF so we can cut the ZF header I
think.
to get a lighter, more readable menu, with one line entries

Tarek




> _______________________________________________
> Zope-web maillist - Zope-web@zope.org
> http://mail.zope.org/mailman/listinfo/zope-web
>

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
Hurrah! Great work all.

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
Hi,

great work!

One correction, though. The membership agreement PDF states the associate
member fee is $295, while
http://foundation.zope.org/members/associate_members.html says the fee is
only $95.

Carlos de la Guardia

On 10/12/06, Andrew Sawyers <andrew@sawdog.com> wrote:
>
> See: foundation.zope.org
>
> This is using Darryl's magic. It was painful to get such a beast of RH 9
> working (with 2 arms tied behind my back) but we did it. Thanks Darryl
> and
> David from ZC.
>
> I will need to speak with someone about getting the necessary pieces from
> Darryl's end into svn so we can have the whole ball of wax in svn.
>
>
> Andrew Sawyers
>
>
> _______________________________________________
> Zope-web maillist - Zope-web@zope.org
> http://mail.zope.org/mailman/listinfo/zope-web
>
Re: Foundation Site [ In reply to ]
--On 13. Oktober 2006 13:10:28 -0500 Carlos de la Guardia
<carlos.delaguardia@gmail.com> wrote:

> Hi,
>
> great work!
>
> One correction, though. The membership agreement PDF states the associate
> member fee is $295, while
> http://foundation.zope.org/members/associate_members.html says the fee is
> only $95.


<http://foundation.zope.org/members/committer_members.html>

The latest Docutils fixes strike back :-)

-aj
Re: Foundation Site [ In reply to ]
Cheers all for the comments,

Andrew did all the hard work getting the microsite running on zope.org.
We are using content provided by Martijn and design by Tom. (BTW
Firefox1.5.0.4/Debian the logo doesn't line up without the 'extras' div
containing content).

I agree the titles on the menu should be more compact (cheers Tarek) and
that the menu needs ordering. And docutils needs to be updated on the
server (cheers Baiju and Andreas) and that there is a typo (cheers
Carlos).

Is the full code up on svn.zope.org? It doesn't appear to be at
http://svn.zope.org/web/zf/trunk/. I have recently acquired commit
privileges and could attend to the menu and to the typo.

Andrew - can you fix docutils? And will you you remain responsible for
updating rest files on the server (ssh/svn update)? Can I volunteer?

Regards,
Darryl

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
On 10/14/06, Darryl Cousins <darryl@darrylcousins.net.nz> wrote:
> Is the full code up on svn.zope.org? It doesn't appear to be at
> http://svn.zope.org/web/zf/trunk/. I have recently acquired commit
> privileges and could attend to the menu and to the typo.

Since you got commit privilege, you can commit it.
I think we can put those programs/scripts here:
svn://svn.zope.org/repos/main/web/scripts
(This directory is not created yet)

Martijn, is it OK?

> Andrew - can you fix docutils? And will you you remain responsible for
> updating rest files on the server (ssh/svn update)? Can I volunteer?

What about setting up a cronjob for updating (once in a day) ?

Regards,
Baiju M
_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
Hi,

On Sat, 2006-10-14 at 12:30 +0530, Baiju M wrote:
> What about setting up a cronjob for updating (once in a day) ?
>
> Regards,
> Baiju M

That would be the good idea. Andrew?

For urgent updates it would be handy to have perhaps more than one
person on deck.

Regards,
Darryl

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
On Thu, 2006-10-12 at 23:37 -0400, Andrew Sawyers wrote:
> See: foundation.zope.org
>
> This is using Darryl's magic. It was painful to get such a beast of RH 9
> working (with 2 arms tied behind my back) but we did it. Thanks Darryl and
> David from ZC.
>
> I will need to speak with someone about getting the necessary pieces from
> Darryl's end into svn so we can have the whole ball of wax in svn.

Great work! Very classy looking, and well organized.

Minor consistency nit: Something seems to be changing the width of the
'columntwo' div in all the pages under 'Membership'. This is causing the
grey Z-ball watermark to shift left by various amounts for these pages,
instead of lining up with the to header watermark.

This was observed with Firefox 1.5.

- Michael Bernstein

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
On Sat, 2006-10-14 at 11:12 -0700, Michael Bernstein wrote:
> Minor consistency nit: Something seems to be changing the width of the
> 'columntwo' div in all the pages under 'Membership'. This is causing the
> grey Z-ball watermark to shift left by various amounts for these pages,
> instead of lining up with the to header watermark.

Typo, sorry: "top header watermark".

- Michael Bernstein

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
The result of that in _handler.py is:
/usr/local/python/2.4.3/lib/python2.4/site-packages/docutils/__init__.pyc0.5
snapshot 2006-10-13, r4767

This is the same, if I run /usr/local/bin/python2.4 and import docutils and
print out the version and version_details.

What version should we have installed?

Andrew


On 10/13/06 12:25 AM, "Darryl Cousins" <darryl@darrylcousins.net.nz> wrote:

> import docutils
> req.send_http_header()
> req.write(docutils.__file__)
> req.write(docutils.__version__)
> req.write(docutils.__version_details__)
> return apache.OK


_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
Fixing this required two changes.
First, I had to supply the full path to the .csv file. That then resulted
in an AssertionError from docutils: a unicode error.

I fixed that by changing the following lines:
settings_overrides = {
'halt_level': 6,
'input_encoding': 'unicode',
'output_encoding': 'utf8',
'initial_header_level': 3
}

to
settings_overrides = {
'halt_level': 6,
'input_encoding': 'utf8',
'output_encoding': 'utf8',
'initial_header_level': 3
}


I would check these changes in, but the account we're using does not have
write access. I will get this dealt with tomorrow.

Andrew

On 10/13/06 12:24 AM, "Baiju M" <baiju.m.mail@gmail.com> wrote:

> On 10/13/06, Andrew Sawyers <andrew@sawdog.com> wrote:
>> See: foundation.zope.org
>
> Great work!
>
> Do we have an issue tracker for reporting web issues?
>
> There is a problem in
> http://foundation.zope.org/members/committer_members.html
>
> The error is :
>
> System Message: SEVERE/4 (<string>, line 20)
>
> Problems with "csv-table" directive path: [Errno 2] No such file or
> directory: u'/committer_members.csv'.
>
> .. csv-table:: Zope Foundation Commiter Members
> :header: "username", "first name", "last name"
> :delim: tab
> :file: committer_members.csv
>
> But that file is there:
> http://foundation.zope.org/members/committer_members.csv
>
> Is this a docutils version problem?
>
> Or `file` sub-directive should be?:
>
> :file: ./committer_members.csv
>
> Index: members/committer_members.txt
> ===================================================================
> --- members/committer_members.txt (revision 70330)
> +++ members/committer_members.txt (working copy)
> @@ -20,4 +20,4 @@
> .. csv-table:: Zope Foundation Commiter Members
> :header: "username", "first name", "last name"
> :delim: tab
> - :file: committer_members.csv
> + :file: ./committer_members.csv
>
> Regards,
> Baiju M
> _______________________________________________
> Zope-web maillist - Zope-web@zope.org
> http://mail.zope.org/mailman/listinfo/zope-web


_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
On 10/14/06 1:36 AM, "Darryl Cousins" <darryl@darrylcousins.net.nz> wrote:


> And docutils needs to be updated on the
> server (cheers Baiju and Andreas) and that there is a typo (cheers
> Carlos).
>
> Is the full code up on svn.zope.org? It doesn't appear to be at
> http://svn.zope.org/web/zf/trunk/. I have recently acquired commit
> privileges and could attend to the menu and to the typo.
>
> Andrew - can you fix docutils? And will you you remain responsible for
> updating rest files on the server (ssh/svn update)? Can I volunteer?
>
> Regards,
> Darryl
>

I don't think docutils needs to be updated - it could, but I grabbed the
latest version when I set all this up last week.

None of the changes I've made are back into svn - the account we're using
doesn't have write access.

Yes, you can volunteer....
Andrew


_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
On 10/14/06 3:00 AM, "Baiju M" <baiju.m.mail@gmail.com> wrote:

> On 10/14/06, Darryl Cousins <darryl@darrylcousins.net.nz> wrote:
>> Is the full code up on svn.zope.org? It doesn't appear to be at
>> http://svn.zope.org/web/zf/trunk/. I have recently acquired commit
>> privileges and could attend to the menu and to the typo.
>
> Since you got commit privilege, you can commit it.
> I think we can put those programs/scripts here:
> svn://svn.zope.org/repos/main/web/scripts
> (This directory is not created yet)
>
> Martijn, is it OK?
>
>> Andrew - can you fix docutils? And will you you remain responsible for
>> updating rest files on the server (ssh/svn update)? Can I volunteer?
>
> What about setting up a cronjob for updating (once in a day) ?
>
> Regards,
> Baiju M

Those scripts need to be in the server root (i.e. The root of the svn check
we use for the 'content' files). There's no reason to have to move them
around to work as they do currently: they are located in the site root.
They are not in svn yet...

Andrew


_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
On 10/14/06 3:15 AM, "Darryl Cousins" <darryl@darrylcousins.net.nz> wrote:

> Hi,
>
> On Sat, 2006-10-14 at 12:30 +0530, Baiju M wrote:
>> What about setting up a cronjob for updating (once in a day) ?
>>
>> Regards,
>> Baiju M
>
> That would be the good idea. Andrew?
>
> For urgent updates it would be handy to have perhaps more than one
> person on deck.
>
> Regards,
> Darryl
>

I dunno - is it that critical to get text updates out where they might
happen when one doesn't want them to? I would presume in the not so distant
future we'll be on a zope solution, so this won't be an issue for the long
haul.

Andrew Sawyers


_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
On 10/14/06 2:12 PM, "Michael Bernstein" <webmaven@cox.net> wrote:

> On Thu, 2006-10-12 at 23:37 -0400, Andrew Sawyers wrote:
>> See: foundation.zope.org
>>
>> This is using Darryl's magic. It was painful to get such a beast of RH 9
>> working (with 2 arms tied behind my back) but we did it. Thanks Darryl and
>> David from ZC.
>>
>> I will need to speak with someone about getting the necessary pieces from
>> Darryl's end into svn so we can have the whole ball of wax in svn.
>
> Great work! Very classy looking, and well organized.
>
> Minor consistency nit: Something seems to be changing the width of the
> 'columntwo' div in all the pages under 'Membership'. This is causing the
> grey Z-ball watermark to shift left by various amounts for these pages,
> instead of lining up with the to header watermark.
>
> This was observed with Firefox 1.5.
>
> - Michael Bernstein
>

Yeah, this happens to me as well. I'm cc'ing Tom to see if he might have
some fixes in mind...

Andrew Sawyers


_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
I think I figured out an easy fix for the watermark bug. In
the .content declaration of the CSS add:

right: 0px;

This should pin the right side of the content box to the edge of the
browser window and the watermark lines up :)

I've only tested this on FF and Safari on Mac, but it should work in
IE6, that's a pretty stable, bug free browser ...

- Kevin

On Oct 15, 2006, at 2:55 PM, Michael Bernstein wrote:

> On Sat, 2006-10-14 at 11:12 -0700, Michael Bernstein wrote:
>> Minor consistency nit: Something seems to be changing the width of
>> the
>> 'columntwo' div in all the pages under 'Membership'. This is
>> causing the
>> grey Z-ball watermark to shift left by various amounts for these
>> pages,
>> instead of lining up with the to header watermark.
>
> Typo, sorry: "top header watermark".
>
> - Michael Bernstein
>
> _______________________________________________
> Zope-web maillist - Zope-web@zope.org
> http://mail.zope.org/mailman/listinfo/zope-web
>

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
Ill look into it.

On Oct 15, 2006, at 9:29 PM, Andrew Sawyers wrote:

> On 10/14/06 2:12 PM, "Michael Bernstein" <webmaven@cox.net> wrote:
>
>> On Thu, 2006-10-12 at 23:37 -0400, Andrew Sawyers wrote:
>>> See: foundation.zope.org
>>>
>>> This is using Darryl's magic. It was painful to get such a beast
>>> of RH 9
>>> working (with 2 arms tied behind my back) but we did it. Thanks
>>> Darryl and
>>> David from ZC.
>>>
>>> I will need to speak with someone about getting the necessary
>>> pieces from
>>> Darryl's end into svn so we can have the whole ball of wax in svn.
>>
>> Great work! Very classy looking, and well organized.
>>
>> Minor consistency nit: Something seems to be changing the width of
>> the
>> 'columntwo' div in all the pages under 'Membership'. This is
>> causing the
>> grey Z-ball watermark to shift left by various amounts for these
>> pages,
>> instead of lining up with the to header watermark.
>>
>> This was observed with Firefox 1.5.
>>
>> - Michael Bernstein
>>
>
> Yeah, this happens to me as well. I'm cc'ing Tom to see if he
> might have
> some fixes in mind...
>
> Andrew Sawyers
>

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
That should do it. For the Foundation website though it should be on
the .rightcolumn class.


On Oct 16, 2006, at 3:36 AM, Kevin Teague wrote:

> I think I figured out an easy fix for the watermark bug. In
> the .content declaration of the CSS add:
>
> right: 0px;
>
> This should pin the right side of the content box to the edge of
> the browser window and the watermark lines up :)
>
> I've only tested this on FF and Safari on Mac, but it should work
> in IE6, that's a pretty stable, bug free browser ...
>
> - Kevin
>
> On Oct 15, 2006, at 2:55 PM, Michael Bernstein wrote:
>
>> On Sat, 2006-10-14 at 11:12 -0700, Michael Bernstein wrote:
>>> Minor consistency nit: Something seems to be changing the width
>>> of the
>>> 'columntwo' div in all the pages under 'Membership'. This is
>>> causing the
>>> grey Z-ball watermark to shift left by various amounts for these
>>> pages,
>>> instead of lining up with the to header watermark.
>>
>> Typo, sorry: "top header watermark".
>>
>> - Michael Bernstein
>>
>> _______________________________________________
>> Zope-web maillist - Zope-web@zope.org
>> http://mail.zope.org/mailman/listinfo/zope-web
>>
>
> _______________________________________________
> Zope-web maillist - Zope-web@zope.org
> http://mail.zope.org/mailman/listinfo/zope-web

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
Im noticing that the pages of the Foundation website are pages within
pages. Meaning entire pages including the doctype, body and head tags
were pasted within the site wrapper. These secondary doctype body and
head tags should be removed.

On Oct 15, 2006, at 9:29 PM, Andrew Sawyers wrote:

> On 10/14/06 2:12 PM, "Michael Bernstein" <webmaven@cox.net> wrote:
>
>> On Thu, 2006-10-12 at 23:37 -0400, Andrew Sawyers wrote:
>>> See: foundation.zope.org
>>>
>>> This is using Darryl's magic. It was painful to get such a beast
>>> of RH 9
>>> working (with 2 arms tied behind my back) but we did it. Thanks
>>> Darryl and
>>> David from ZC.
>>>
>>> I will need to speak with someone about getting the necessary
>>> pieces from
>>> Darryl's end into svn so we can have the whole ball of wax in svn.
>>
>> Great work! Very classy looking, and well organized.
>>
>> Minor consistency nit: Something seems to be changing the width of
>> the
>> 'columntwo' div in all the pages under 'Membership'. This is
>> causing the
>> grey Z-ball watermark to shift left by various amounts for these
>> pages,
>> instead of lining up with the to header watermark.
>>
>> This was observed with Firefox 1.5.
>>
>> - Michael Bernstein
>>
>
> Yeah, this happens to me as well. I'm cc'ing Tom to see if he
> might have
> some fixes in mind...
>
> Andrew Sawyers
>

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
Re: Foundation Site [ In reply to ]
Also noticed the Committer Member links goes to a broken page.
http://foundation.zope.org/members/committer_members.html


On Oct 16, 2006, at 6:40 AM, Tom Von Lahndorff wrote:

>
> Ill look into it.
>
> On Oct 15, 2006, at 9:29 PM, Andrew Sawyers wrote:
>
>> On 10/14/06 2:12 PM, "Michael Bernstein" <webmaven@cox.net> wrote:
>>
>>> On Thu, 2006-10-12 at 23:37 -0400, Andrew Sawyers wrote:
>>>> See: foundation.zope.org
>>>>
>>>> This is using Darryl's magic. It was painful to get such a
>>>> beast of RH 9
>>>> working (with 2 arms tied behind my back) but we did it. Thanks
>>>> Darryl and
>>>> David from ZC.
>>>>
>>>> I will need to speak with someone about getting the necessary
>>>> pieces from
>>>> Darryl's end into svn so we can have the whole ball of wax in svn.
>>>
>>> Great work! Very classy looking, and well organized.
>>>
>>> Minor consistency nit: Something seems to be changing the width
>>> of the
>>> 'columntwo' div in all the pages under 'Membership'. This is
>>> causing the
>>> grey Z-ball watermark to shift left by various amounts for these
>>> pages,
>>> instead of lining up with the to header watermark.
>>>
>>> This was observed with Firefox 1.5.
>>>
>>> - Michael Bernstein
>>>
>>
>> Yeah, this happens to me as well. I'm cc'ing Tom to see if he
>> might have
>> some fixes in mind...
>>
>> Andrew Sawyers
>>
>
> _______________________________________________
> Zope-web maillist - Zope-web@zope.org
> http://mail.zope.org/mailman/listinfo/zope-web

_______________________________________________
Zope-web maillist - Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web

1 2  View All