Content
Upper menu doesn't work
Added by Mate Koch over 10 years ago
I have a fresh installation on debian and the upper “Modules” and “Projects” menus don’t work.
On hover they don’t open. If I click on Modules for example, them menu opens for a moment but disappears immediately. Then, until I click again, hover works. After a click the hover doesn’t react any more.
Running RAILS_ENV=“production” bundle exec rake assets:precompile resulted the following warnings:
WARNING on line 33 of /usr/local/stow/openproject/openproject/app/assets/stylesheets/content/_context_menu.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 67 of /usr/local/stow/openproject/openproject/app/assets/stylesheets/content/_context_menu.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 32 of /usr/local/stow/openproject/openproject/app/assets/stylesheets/content/_context_menu.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 66 of /usr/local/stow/openproject/openproject/app/assets/stylesheets/content/_context_menu.css.sass:
This selector doesn’t have any properties and will not be rendered.
Compiled print.css (0ms) (pid 30849)
WARNING on line 37 of /usr/local/stow/openproject/openproject/app/assets/stylesheets/scm.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 93 of /usr/local/stow/openproject/openproject/app/assets/stylesheets/scm.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 38 of /usr/local/stow/openproject/openproject/app/assets/stylesheets/scm.css.sass:
This selector doesn’t have any properties and will not be rendered.
WARNING on line 94 of /usr/local/stow/openproject/openproject/app/assets/stylesheets/scm.css.sass:
This selector doesn’t have any properties and will not be rendered.
Replies (2)
Try the config.serve_static_assets = true detailed in the following post.
[[https://www.openproject.org/topics/808]]
Thank you Alexandre!
Your solution worked for me and solved my menu problem
Maïssa