You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/04/29 11:23:17 UTC

[jira] [Commented] (TAP5-2303) Navigation control in Layout component not rendering properly 5.4beta3 quickstart app

    [ https://issues.apache.org/jira/browse/TAP5-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13984148#comment-13984148 ] 

ASF subversion and git services commented on TAP5-2303:
-------------------------------------------------------

Commit 277d82c85055bbc9e15365c55c9adfa69fa273be in tapestry-5's branch refs/heads/master from [~jkemnade]
[ https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;h=277d82c ]

TAP5-2303: adjustments for Bootstrap-based quickstart app layout


> Navigation control in Layout component not rendering properly 5.4beta3 quickstart app
> -------------------------------------------------------------------------------------
>
>                 Key: TAP5-2303
>                 URL: https://issues.apache.org/jira/browse/TAP5-2303
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: quickstart
>    Affects Versions: 5.4
>            Reporter: Jonathan Williams
>            Assignee: Jochen Kemnade
>            Priority: Minor
>              Labels: newbie
>         Attachments: Screen Shot 2014-03-16 at 9.53.38 AM.png
>
>
> I am running the 5.4 beta 3 tapestry quickstart app.
> The navigation on the UI is not rendering properly.
> I am new to bootstrap, so I was hoping the quickstart bootstrap would be all working.
> from Layout.tml...
> <div class="navbar navbar-inverse navbar-fixed-top">
>     <div class="navbar-header">
>         <div class="container">
>             <button type="button" class="btn navbar-btn" data-toggle="collapse" data-target=".nav-collapse">
>                 <span class="icon-bar"></span>
>                 <span class="icon-bar"></span>
>                 <span class="icon-bar"></span>
>             </button>
>             <t:pagelink page="index" class="brand">shop</t:pagelink>
>             <div class="nav-collapse collapse">
>                 <ul class="nav">
>                     <t:loop source="pageNames" value="pageName">
>                         <li class="prop:classForPageName">
>                             <t:pagelink page="prop:pageName">${pageName}</t:pagelink>
>                         </li>
>                     </t:loop>
>                 </ul>
>                 <span class="pull-right">
>                     <t:pagelink page="login">
>                         <button type="submit" class="btn">Sign in</button>
>                     </t:pagelink>
>                 </span>
>             </div><!--/.nav-collapse -->
>         </div>
>     </div>
> </div>
> See attached screen shot to see the small grey inert box at the left of the page header...
> This is all the nav does. A static grey box for navigation. It is not behaving properly.
> I tested in Chrome and Firefox on OSX and the navigation in the tapestry 5.4beta3 quickstart app is broken.
> =============================



--
This message was sent by Atlassian JIRA
(v6.2#6252)