On 8.2.22 03:33, D Tim Cummings wrote:
I just tried out quickstart 5.8.0 and noticed that when the browser window is small it collapses the navbar behind a button. Unfortunately clicking the button doesn't show the navbar. It used to work in old versions of quickstart (eg 5.4.5) which used Bootstrap 3 but quickstart 5.8.0 uses Bootstrap 4.

What changes are required to get the navbar toggler button working with Bootstrap 4?


You need to import the bootstrap collapse module ( and you might also need the bootstrap dropdown module for drop down menus ).

Change Layout.java, this line:

@Import(stylesheet = "context:css/app.css")

into this:

@Import(stylesheet = "context:css/app.css",module = { "bootstrap/collapse", "bootstrap/dropdown"})

I think that the quickstart should be fixed to include this.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to