[richfaces-issues] [JBoss JIRA] (RF-13164) Skinning of standard inputs not consistent

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Sep 13 13:35:03 EDT 2013


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

Brian Leathem commented on RF-13164:
------------------------------------

the tricky part here will be to define the use cases we want to support and come up with the right configuration set to choose between:

* RF 4 style control skinning
* RF 4 style control skinning classes
* RF 5 bootstrap
* No skins

Questions to be answered include:
* What combination of the above control skins will be supported?
* Will we support dynamically toggling between control skins?

Note: control skinning classes are currently added early in the view build lifecycle, during the RESTORE_VIEW phase:
https://github.com/richfaces/richfaces/blob/master/framework/src/main/java/org/richfaces/resource/GlobalResourcesViewHandler.java#L160
                
> Skinning of standard inputs not consistent
> ------------------------------------------
>
>                 Key: RF-13164
>                 URL: https://issues.jboss.org/browse/RF-13164
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: skinning
>    Affects Versions: 5.0.0.Alpha2
>            Reporter: Pavol Pitonak
>             Fix For: 5.0.0.Alpha2
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> In 5.0.0-SNAPSHOT standard JSF inputs (such as h:inputText) are skinned by RichFaces or by Bootstrap depending on which components are used on page.
> When a new component (e.g. autocomplete) is used, it includes Bootstrap CSS file which overrides RichFaces skinning.
> Bootstrap CSS file should be probably included for each component.

--
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