Legacy Knowledge Base
Published Jul. 2, 2025

How to prevent content pages from scrolling unexpectedly when interacting with a portlet below the fold

Written By

Caleb Bartles

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • When interacting with a Liferay DXP portlet below the fold of a Content Page, the page unexpectedly scrolls to the top. The result of the interaction is properly displayed, but the user must scroll down to view the result: Portlet_Below_the_Fold_Interaction.gif
  • This behavior remains with the SPA OSGi module active and not disabled.

Environment

  • Liferay DXP 7.2

Resolution

  • This issue can be resolved by adding the following configuration to the portal-ext.properties file in Liferay DXP:
    portlet.url.anchor.enable=true

Additional Information

  • The addition of this portal property will treat the portlets' URLs as an anchor and jump to the specific tab that the user interacted with. As such, the DXP Content Page will not scroll to the top of the page when interacting with a portlet. 
  • For additional information, please reference the following articles:

 

Did this article resolve your issue ?

Legacy Knowledge Base