I just copied the Messages, Notification and User Buttons from the topbar.xhtml template example to my project. When clicking on the Buttons the dropdown boxes are not rendered. Nothin happens. Did I miss a special .css or .js part?
Current Behaviour
When hitting the Font Awesome Symbols for the dropdown messages-menu or dropdown notifications-menu nothing happens. The click does not change the div class from "dropdown notifications-menu" to "dropdown notifications-menu open" like in the showcase demo. Same for all other buttons. (Messages, User, Controlpanel).
Expected Behaviour
Like in showcase demo: Click on the Message / Notifcation Button and a drodown box will be rendered. div classes are changed through click to ".... open" and area-expanded is set from false to true.
How to reproduce
For me: Used the topbar.xhtml example in your project. Dropdown will not work. Did I forget something?
Some code snippets:
/* Navi for User Config. Currently not loaded WHY?!? */
#navi_apps .usercfg {
padding-left: 50px;
}
#navi_apps .usercfg li,
#navi_apps .usercfg li > a {
border: none;
}
Only difference I have: That I have a h:form and a div around it because I need that for design and different Navigation parts.
Issue Overview
I just copied the Messages, Notification and User Buttons from the topbar.xhtml template example to my project. When clicking on the Buttons the dropdown boxes are not rendered. Nothin happens. Did I miss a special .css or .js part?
Current Behaviour
When hitting the Font Awesome Symbols for the dropdown messages-menu or dropdown notifications-menu nothing happens. The click does not change the div class from "dropdown notifications-menu" to "dropdown notifications-menu open" like in the showcase demo. Same for all other buttons. (Messages, User, Controlpanel).
Expected Behaviour
Like in showcase demo: Click on the Message / Notifcation Button and a drodown box will be rendered. div classes are changed through click to ".... open" and area-expanded is set from false to true.
How to reproduce
For me: Used the topbar.xhtml example in your project. Dropdown will not work. Did I forget something? Some code snippets:
css File:
Only difference I have: That I have a h:form and a div around it because I need that for design and different Navigation parts.
Additional Information