https://community.openproject.org/wp/OP-19226 When clicking the description to enter inline edit mode, the display container (holding the read-only description text) is immediately hidden via [hidden]="active", removing its full height from the layout. At the same time, the edit container becomes visible but is initially empty — the Angular portal that renders CKEditor resolves asynchronously, after detectChanges() has already flushed. This causes a temporary collapse of the page height. If the current scroll position exceeds the new page maximum, the browser clamps window.scrollY to the new bottom. By the time CKEditor finishes rendering and the page height recovers, the scroll position is already stuck at the bottom. This behaviour was observed in Firefox only; Chrome does not clamp the scroll position in the same way when page height shrinks. Safari was not tested. Fix by capturing the display container's height before detectChanges() runs and setting it as min-height on the inner block wrapper div. This keeps the page height stable throughout the transition so the browser has no reason to clamp the scroll. The min-height is cleared when the field is deactivated. Note: min-height must be applied to the wrapper div (display:block), not to the host element op-editable-attribute-field, which is display:inline and ignores min-height.
OpenProject
We empower teams to achieve great things together for the good of society.
OpenProject is a web-based project management software. Use OpenProject to manage your projects, tasks and goals. Collaborate via work packages and link them to your pull requests on Github. Read more about the OpenProject GitHub integration.
OpenProject's key features are:
- Project planning and scheduling
- Product roadmap and release planning
- Task management and team collaboration
- Agile and Scrum
- Time tracking, cost reporting, and budgeting
- Bug tracking
- Wikis
- Forums
- Meeting agendas and meeting minutes
More information and screenshots can be found on our website.
Start now with OpenProject
- Free Trial: Start a 14-days free trial of OpenProject.
- Community Edition, free of charge: Download OpenProject and get started with the self-hosted Community edition. If you want to run an instance of OpenProject in production (or for evaluation), refer to our in-depth installation guides.
- Enterprise Edition: Sign up for the Enterprise version, choose between cloud or on-premises and benefit from comprehensive support and Enterprise add-ons.
- Documentation: Explore our comprehensive documentation to help you get up and running quickly.
- Training: Book one of our training or consulting offers to get your team on board in no time.
Report bugs
You found a bug? Please report it to our OpenProject Community. Thank you!
Contribute
OpenProject is supported by its Community members, both companies and individuals.
We are always looking for new members to our Community, so if you are interested in improving OpenProject we would be glad to welcome and support you getting into the code. There are guides as well, e.g. a Quick Start for Developers, but don't hesitate to simply contact us if you have questions.
Working on OpenProject comes with the satisfaction of working on a widely used open source application.
Also, if you do not want to be limited to working on open source in your free time, OpenProject GmbH, the company contributing to the OpenProject development, is hiring.
Stay in contact
Here you can find our contact information. As we regularly update OpenProject, we recommend staying in touch – here is where you can find us:
- OpenProject Community with forum discussions: The open instance where we develop our features – transparent and open for discussions, bug reports or feature requests.
- Fosstodon
- Twitter/X
Security / responsible disclosure
We take security very seriously at OpenProject. We value any kind of feedback that will keep our Community secure. If you happen to come across a security issue we urge you to disclose it to us privately to allow our users and Community enough time to upgrade. Security issues will always take precedence over anything else in the pipeline.
For more information on how to disclose a security vulnerability, please see this page.
License
OpenProject is licensed under the terms of the GNU General Public License version 3. See COPYRIGHT and LICENSE files for details.
Credits
Icons
Thanks to Vincent Le Moign and his fabulous Minicons icons on webalys.com.
OpenProject icon font
Published and created by the OpenProject Foundation (OPF) under Creative Commons Attribution 3.0 Unported License with icons from the following sources Minicons Free Vector Icons Pack and User Interface Design framework both by webalys
Creative Commons License
OpenProject Icon Font by the OpenProject Foundation (OPF) is licensed under Creative Commons Attribution 3.0 Unported License and Free for both personal and commercial use. You can copy, adapt, remix, distribute or transmit it.
Under this condition: provide a mention of the "OpenProject Foundation" and a link back to OpenProject www.openproject.org.
