Re: quickstart navbar toggler not working

2022-02-10 Thread D Tim Cummings
Thanks Vangel Working for me now. Tim On 11/2/22 10:34, Vangel V. Ajanovski wrote: there is one more change you need. In Layout.tml, in the navbar-toggler button change data-bs-toggle to data-toggle and data-bs-target to data-target. Something like this data-target="#navbarSupportedContent

Re: quickstart navbar toggler not working

2022-02-10 Thread Vangel V. Ajanovski
On 10.2.22 04:26, D Tim Cummings wrote: I don't know the annotation @Include. I tried Vangel's solution using @Import(stylesheet = "context:css/app.css",module = { "bootstrap/collapse", "bootstrap/dropdown"}) and that gave me some more errors in browser javascript console and still no success i

Re: quickstart navbar toggler not working

2022-02-10 Thread Thiago H. de Paula Figueiredo
On Thu, Feb 10, 2022 at 12:27 AM D Tim Cummings wrote: > Thanks Vangel and Thiago. > > https://issues.apache.org/jira/browse/TAP5-2703 Thank you very much! > I don't know the annotation @Include. That's a typo of mine and I apologize for that. It's @Import. > I tried Vangel's solution usi

Re: quickstart navbar toggler not working

2022-02-09 Thread D Tim Cummings
Thanks Vangel and Thiago. https://issues.apache.org/jira/browse/TAP5-2703 I don't know the annotation @Include. I tried Vangel's solution using @Import(stylesheet = "context:css/app.css",module = { "bootstrap/collapse", "bootstrap/dropdown"}) and that gave me some more errors in browser javas

Re: quickstart navbar toggler not working

2022-02-09 Thread Thiago H. de Paula Figueiredo
Hi! This is most probably caused by the lack of inclusion of the JavaScript module that implements the Bootstrap 4 behaviors. Jira ticket please? :) Meanwhile, you can try adding @Include(module = "bootstrap") to your Layout class. I haven't tested this and it might not work. Cheers! On Mon, Fe

Re: quickstart navbar toggler not working

2022-02-09 Thread Vangel V. Ajanovski
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 Boot

quickstart navbar toggler not working

2022-02-07 Thread D Tim Cummings
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 Boots