[richfaces-issues] [JBoss JIRA] (RF-13503) Richfaces 3.3.3-final conflict jquery+bootstrap

Brian Leathem (JIRA) issues at jboss.org
Tue Jan 21 17:24:28 EST 2014


     [ https://issues.jboss.org/browse/RF-13503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-13503:
-------------------------------

    Fix Version/s: 3.Future

    
> Richfaces 3.3.3-final conflict jquery+bootstrap
> -----------------------------------------------
>
>                 Key: RF-13503
>                 URL: https://issues.jboss.org/browse/RF-13503
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Marcius Brandao
>             Fix For: 3.Future
>
>
> we implement the bootstrap:
> in web.xml : org.richfaces.SKIN=plain 
> and no xhtml:
> <head>
>         <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"/>
>     </head>
> <body>
>        <rich:toolBar>...</<rich:toolBar>
> <nav class="navbar navbar-default" role="navigation">
>                         <ul class="nav navbar-nav navbar-right">
>                             <li class="dropdown">
>                                 <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
>                                 <ul class="dropdown-menu">
>                                     <li><a href="#">Action</a></li>
>                                     <li><a href="#">Another action</a></li>
>                                     <li><a href="#">Something else here</a></li>
>                                     <li class="divider"></li>
>                                     <li><a href="#">Separated link</a></li>
>                                 </ul>
>                             </li>
>                         </ul>
>                     </div><!-- /.navbar-collapse -->
>                 </nav>
>         <script src="http://code.jquery.com/jquery.js"/>
>         <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"/>
>         <script type="text/javascript">
>             jQuery.noConflict();
>         </script>
> </body>
> then skin work, but, only the "rich controls" work.

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