Re: [Zope3-Users] My Javascript resources aren't loading in Firefox

2005-06-29 Thread Dylan Reinhardt
On 6/29/05, Benji York <[EMAIL PROTECTED]> wrote: > Dylan Reinhardt wrote: > > Firefox seems to cache referenced files pretty aggressively and I've > > seen reports of problems clearing the cache completely. > > Really? I've been doing a fair bit of JS in resources lately and > haven't had any pr

Re: [Zope3-Users] My Javascript resources aren't loading in Firefox

2005-06-29 Thread Benji York
Dylan Reinhardt wrote: Firefox seems to cache referenced files pretty aggressively and I've seen reports of problems clearing the cache completely. Really? I've been doing a fair bit of JS in resources lately and haven't had any problems (Firefox 1.0.4 on Windows and 1.0.2 on Ubuntu). -- Ben

Re: [Zope3-Users] missing_value for Text fields

2005-06-29 Thread Andreas Reuleaux
Submitted now as Issue 421, missing_values for Text fields don't work - Andreas On Wed, Jun 29, 2005 at 09:32:53AM -0400, Fred Drake wrote: > You need to be logged in to successfully submit a bug report. > > > -Fred > > -- > Fred L. Drake, Jr. > Zope Corporation > __

Re: [Zope3-Users] My Javascript resources aren't loading in Firefox

2005-06-29 Thread Dylan Reinhardt
On 6/27/05, Jeff Shell <[EMAIL PROTECTED]> wrote: > And that's it. The CSS loads, and the 'favicon' is cached. If I clear > the cache, I see the 'favicon' resource get loaded, but not the > Javascript. Firefox seems to cache referenced files pretty aggressively and I've seen reports of problems c

Re: [Zope3-Users] missing_value for Text fields

2005-06-29 Thread Fred Drake
On 6/29/05, Andreas Reuleaux <[EMAIL PROTECTED]> wrote: > After submitting I was asked to log in > - I had to register (as user reuleaux) first > at http://www.zope.org/portal_form/join_form > (I am new here) You need to be logged in to successfully submit a bug report. -Fred -- Fred L. Drak

Re: [Zope3-Users] missing_value for Text fields

2005-06-29 Thread Andreas Reuleaux
I have submitted an issue. After submitting I was asked to log in - I had to register (as user reuleaux) first at http://www.zope.org/portal_form/join_form (I am new here) However I don't see my issue in the collector now. Maybe I have to submit it again now that I am registered - I am not sure

Re: [Zope3-Users] missing_value for Text fields

2005-06-29 Thread Jim Fulton
Andreas Reuleaux wrote: missing_values for Text fields don't work for me (complete example show below): The autogenerated add form is usable for me only * if I either make boom a TextLine instead of Text boom=TextLine( title=u'Boom', required=False, missing_

Re: [Zope3-Users] Re: [Z3lab-checkins] r24502 - in z3lab/cpsskins/trunk: . browser/editor browser/skin elements/formats

2005-06-29 Thread Jim Fulton
Florent Guillaume wrote: ... + + +def renderItems(content, start='', repeat='%s', separator='', end='', **kw): +if IMenuItems.providedBy(content): +items_markup = [start] +items_append = items_markup.append +

Re: [Zope3-Users] Re: [Z3lab-checkins] r24502 - in z3lab/cpsskins/trunk: . browser/editor browser/skin elements/formats

2005-06-29 Thread Stephan Richter
On Wednesday 29 June 2005 04:17, Florent Guillaume wrote: > > +def renderItems(content, start='', repeat='%s', separator='',   > > end='', **kw): > > +    if IMenuItems.providedBy(content): > > +        items_markup = [start] > > +        items_append = items_markup.append > > +        for item in

Re: [Zope3-Users] missing_value for Text fields

2005-06-29 Thread Andreas Reuleaux
some low resolution screen shot added <> ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] missing_value for Text fields

2005-06-29 Thread Andreas Reuleaux
missing_values for Text fields don't work for me (complete example show below): The autogenerated add form is usable for me only * if I either make boom a TextLine instead of Text boom=TextLine( title=u'Boom', required=False, missing_value=u'') * or if I dro

[Zope3-Users] Re: [Z3lab-checkins] r24502 - in z3lab/cpsskins/trunk: . browser/editor browser/skin elements/formats

2005-06-29 Thread Florent Guillaume
On 28 Jun 2005, at 23:39, [EMAIL PROTECTED] wrote: Author: jmorliaguet Date: Tue Jun 28 23:39:48 2005 New Revision: 24502 Modified: z3lab/cpsskins/trunk/elements/formats/boxlayout.py == --- z3lab/cpsskins/trunk/elemen