Required autocompletion input css color

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Required autocompletion input css color

AlexandreP

Hi all,

 

My input VilleIntervenant is required but it doesn’t appear with the pink color like the others input.

I search and I found that the class .xforms-required-empty input (xforms-autocomplete-min.css) is not present in class= "".

Is it a bug or do I make a error ?

 

Binding :

<xforms:bind nodeset="VilleIntervenant" type="og_dem:VilleIntervenant" required="true()"/>

 

HTML output from orbeon :

<span id="VilleIntervenant" class="search-field xforms-control xforms-select1 xforms-incremental xforms-select1-appearance-xxforms-autocomplete xforms-select1-open">
<input name="xforms-select1-open-input-VilleIntervenant" class="xforms-select1-open-input" autocomplete="off" value="" type="text">
<select class="xforms-select1-open-select">
         <option value="" selected="selected"></option>
</select>
</span> 

 

 

Thanks,

 

Alex

 




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Required autocompletion input css color

Alessandro Vernet
Administrator
Alex,

On 9/6/07, a.piaser <[hidden email]> wrote:
> I search and I found that the class .xforms-required-empty input
> (xforms-autocomplete-min.css) is not present in class= "".

On which class? I updated an existing example to reproduce this, but
have been unable to reproduce the issue. I attached the example, which
you can run the sandbox. In the generate page, the span that contains
the input has the class "xforms-required-empty", and in the CSS there
is a rule that sets the .xforms-required-empty input {
background-color: #FFCCCC; }.

If you're still seeing this problem, could you update the attached
example or provide another example that shows the problem and that we
can run in the sandbox?

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
http://www.orbeon.com/


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

select-open.xhtml (3K) Download Attachment