Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      OpenProject ID Google

Side Menu

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

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. 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 about 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 about 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 about 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...