users@woodstock.java.net

Re: Problem with TextField and text-transform CSS property

From: Felipe Jaekel <fkjaekel_at_gmail.com>
Date: Tue, 1 Jul 2008 13:43:23 -0300

I didn't figured out where to look at Firebug. Looking at the rendered code,
I noticed that the text-transform property is applied to the span tag
instead of the input tag.

<td><span id="_form1:tfUsuario">
> <script type="text/javascript">
> </script>
> <span id="form1:tfUsuario" class="" dojoattachpoint="domNode" style="text-transform:
> lowercase;" widgetid="form1:tfUsuario">
> <span id="form1:tfUsuario_label" dojoattachpoint="labelContainer"/>
> <span class="TxtFldAutoCompAlignContainer_sun4" dojoattachpoint="
> autoCompleteAlignContainer">
> <input id="form1:tfUsuario_field" class="TxtFld_sun4 TxtFldVld_sun4" type
> ="text" dojoattachpoint="fieldNode" name="form1:tfUsuario_field" size="20"
> />
> <span class="TxtFldAutoCompListSpan_sun4" dojoattachpoint="listContainer"
> />
> </span>
> </span>
> </span>
> </td>
> <td/>
>


2008/6/30 Dmitry Kushner <Dmitry.Kushner_at_sun.com>:

> Theoretically it should work, although text-transform has never been
> tested. Have you verified the the 'text-verified' is presented in final
> input DOM element ( i.e. using FireBug CSS inspector?).
>
>
>
> Felipe Jaekel wrote:
>
>> I'm trying to use the text-transform CSS property with the TextField
>> component, but it doesn't works.
>>
>> Is there any workaround?
>>
>> Thanks,
>> Felipe
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>
>