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

On Window resize,calendar popup is displaying with empty space

SA-43085

Summary



User has launched the harness in new window which has date property.

When user clicks calendar icon to launch the calendar popup and resizes the window, calendar popup is displaying with empty space.

This behavior is replicating in Internet Explorer browser, where as in Chrome, it is working as expected.



Error Messages



Not Applicable


Steps to Reproduce

  1. Create a section with date control and include it in the harness.
  2. Create another section with a link control and configure action as harness and include that harness and mention target as pop up window.
  3. Run this section and click on the link, a pop up window opens.
  4. Click on the date icon, calendar doesn't fit properly and on maximizing window, extra space is found.


Root Cause



A software use or operation error : Window resize.

Resolution



Perform the following local-change:

After placing below CSS in UserWorkForm, it is displaying as expected:


<style>
div.pz-po-c{
height : auto !important;
}
@media all and (max-height:480px){
.controlcaldiv {
bottom: 0px !important;
}
}
</style>​

Published November 7, 2017 - 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