Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
General discussion
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. General discussion
  5. Unable to login from top menu and open left side menu options

Unable to login from top menu and open left side menu options

Added by najera dominguez over 11 years ago

Hi guys, when I click the Sign in button the menu slides down and up too fast that I’m not able to capture my username and password. I think the problem could be related to the internet explorer but the same happens with Firefox, Chrome and IE.

I found that in the top_menu.js exists a function called slideDown that if and old browser is detected the slideDown effect is created with CSS otherwise the effect is created with the jquery function slideDown. I change the following line: if(this.oldBrowser) to if(!this.oldBrowser). This change solve my problem and now the effect always is created with CSS.

Now I can login and create a test project pretty nice but once again when I click Work Packages in the left side menu the option New work package and Summary don’t show up. I analyze the html and the list elements are there.

Can you please provide me some advice on how to solve this problem.

Thank you in advanced !


Replies (4)

RE: Unable to login from top menu and open left side menu options - Added by Christian Ratz over 11 years ago

Hi Najera,

do you run OpenProject in development or production mode?
I know such problems only from wrong assets.

Best
Ratzi

RE: Unable to login from top menu and open left side menu options - Added by najera dominguez over 11 years ago

Hi, Christian

Yes, it’s running in production mode.

RE: Unable to login from top menu and open left side menu options - Added by najera dominguez over 11 years ago

Hi Christian, if I run the server in test mode the problem not occur.

Do you have any idea on how to solve the problem with the assets?

Thanks!

RE: Unable to login from top menu and open left side menu options - Added by Christian Ratz over 11 years ago

Hi Najera,

I think you just have to precompile the assets again with the following command:

RAILS_ENV=production bundle exec rake assets:precompile

Best
Ratzi

  • (1 - 4/4)
Loading...