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

Unable to change dropdown list values in IE browser

SA-74393

Summary



In the Internet Explorer browser, unable to change dropdown list values.


Error Messages



Not Applicable


Steps to Reproduce

  1. Launch the Case Manager portal.
  2. Change the dropdown value in the dropdown list in the Internet Explorer browser. The original value persists.


Root Cause



An issue in the custom application code.
A different click event was invoked.



Resolution



Perform the following local-change:

Add the below code in the UserWorkForm:

<script>
$( document ).ready(function() {
    $(".screen-layout-region-content .subAccordion ul>li").click(function(event){ 
        var targetElement=$(event.currentTarget).children("a").attr("accorTitle");
        if(!(event.target.className!=<GIVE_HERE_SELECTEVENT_CLASS_NAME>)){
            showCenterPanel(targetElement); 
        }
    }); 
});
</script>

Published April 4, 2019 - 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