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