[richfaces-issues] [JBoss JIRA] (RF-12623) rich:placeholder: not working with rich: autocomplete, inplaceInput, inplaceSelect and select

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Dec 4 19:34:22 EST 2012


    [ https://issues.jboss.org/browse/RF-12623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739517#comment-12739517 ] 

Brian Leathem commented on RF-12623:
------------------------------------

For Autocomplete, the problem comes about with the use of the _selector_ attribute.  Nesting the component within another component is sufficient to couple the placeholder component to another widget.  Use of the _selector_ attribute should be used to target non-jsf elements, or to target multiple components.

For the inplaceInput and inplaceSelect components, the placeholder javascript sets the placeholder value of input elements.  But for these inplace components, the initially visible element is a _span_, not an _input_.

We'd have to modify the jQuery plugin to work with _span_ elements.
                
> rich:placeholder: not working with rich: autocomplete, inplaceInput, inplaceSelect and select
> ---------------------------------------------------------------------------------------------
>
>                 Key: RF-12623
>                 URL: https://issues.jboss.org/browse/RF-12623
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-misc
>            Reporter: Jiří Štefek
>            Assignee: Brian Leathem
>             Fix For: 4.3.0.M3
>
>   Original Estimate: 3 hours
>  Remaining Estimate: 3 hours
>
> There is no placeholder displayed in rich inplaceInput, autocomplete and select. 
> In rich:inplaceSelect placeholder just don't work as expected. The placeholder message is displayed after you click in this component and then outside without selecting anything.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list