So,  it seems to be a bug with atleast the XP version
of IE6 (SP2)

The workaround was to change *both* the field id and
the label name as follows:

    <fd:field id="name1" required="true">
      <fd:label>User-Name:</fd:label>
      <fd:datatype base="string"/>
      <fd:validation>
        <fd:length min="2"/>
      </fd:validation>
      <fd:help>This is a test to see if this
works....will it?</fd:help>
    </fd:field>

    <fd:field id="electronicmail" required="true">
      <fd:label>User-Mail:</fd:label>
      <fd:datatype base="string"/>
      <fd:validation>
        <fd:email/>
      </fd:validation>
    </fd:field>

I couln'd get anything that had some form of Email in
it to work....

thx
Paul
--- Patrick Verboom <[EMAIL PROTECTED]>
wrote:

> Jeroen Reijn wrote:
> 
> >You can blaim at your browser. It's a feature.
> >
> >I have seen this before in IE.
> >
> >Jeroen
> >
> >-----Original Message-----
> >From: news [mailto:[EMAIL PROTECTED] Behalf Of
> [EMAIL PROTECTED]
> >Posted At: Wednesday, September 15, 2004 2:54 PM
> >Posted To: Cocoon User List
> >Conversation: some CForm fields have a yellow
> background
> >Subject: Re: some CForm fields have a yellow
> background
> >
> >
> >Paul Joseph wrote:
> >  
> >
> >>I would think so, but I couldn't find any CSS with
> >>#Name in it.
> >>
> >>Also, this wouldn't explain why on the form1
> CForms
> >>example provided in the standard install, the
> first
> >>Birthday field in the repeater has a white
> background,
> >>while all the other Birthday fields in the
> subsequent
> >>rows have a yellow background.
> >>
> >>    
> >>
> >
> >Which sample did you mean, that from
> "cocoon/samples/blocks/forms/form1"?
> >
> >It doesn't even have any filed with id="Name" as
> you mentioned, and also 
> >none of my Firefox or Konqueror shows a yellow
> background.
> >
> >  
> >
> or a bug
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to