Support Article
Alignment and button ennablement issue in IE11 Browser
SA-23051
Summary
Submit button present in another section is not enabled on change of radio button element.
Error Messages
Not Applicable
Steps to Reproduce
1. Create a grid with one column having radio button.
2. On select of radio button, add action as "Refresh Other Section with Run Activity."
Root Cause
A software use or operation error:
Out-of-the-box pyRadioButtonsSelectable was modified to override the OnClick function given below to add pega.u.drefreshSection() API.
(Grids.getActiveGrid(event).setOtherRadioToFalse(this, event );)
This function only sets or resets other radio values in grid.
Same feature works in Internet Explorer 11 Designer Studio, but fails in the MashUp page. Mashup page runs in quirks mode. The issue occurs due to compatibility setting in Internet Explorer browser.
Resolution
Perform the following local-change:
1. Navigate to Harness > Advanced Tab.
2. Modify Doctype Dropdown to HTML 5 Standard Mode, and add "IE=Edge" to Internet Explorer document mode.
Published May 18, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.