Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Pop up is going to the right side

SA-28749

Summary



When the user double clicks on a grid, a pop up Modal window is opened displaying the information.

The issue is that the window that is popped up is going to the right side of the screen hence is not displayed completely and the user has to drag it to bring it to the center to view the complete details.

This issue is observed only in Firefox browser.


Error Messages



No error message.


Steps to Reproduce



1. Create a repeat grid with configuration Double click to open LocalAction Action.
2. Make sure that modal dialog section has huge data.
3. Double click on grid row most frequently to open the local action.


Root Cause



A software use or operation error.

 
The root cause of the behavior is masking of the modal dialog. Masking takes the width parameter of the old window, hence width was set as 3393px.

So, the modal dialog left attribute is set to 726px. As per left attribute modal dialog is moved to right.

Resolution



Perform the following local-change:

Add the below code snippet the modal dialog section:

 
<style> @-moz-document url-prefix() {#modaldialog_c{left:228px !important;}} </style>

 

Published October 15, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us