Marcius Brandao created RF-13503:
------------------------------------
Summary: 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
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.cs...
</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&q...
<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