Support Article
Radio button not visible in IE11
SA-36649
Summary
Radio button not visible in IE11
User is having issue with radio buttons in IE 11 version. Issue is only with IE browser when the document mode of the IE is set to "IE 11"
Issue is not with any browsers.
Error Messages
Not Applicable
Steps to Reproduce
- Create a section and include radio button in it.
- Run the case.
Observe that the radio button is not visible in IE browser
Root Cause
A defect in Pegasystems’ code or rules :
On Windows 10, the html element in the document has "tablet" class in it, which has specific styles for radio buttons.
Resolution
Local Change:
Paste the below code in the UserWorkForm HTML:
<style>
.ie11.tablet input[type='radio'] {
visibility: visible;
}
</style>
Published April 22, 2017 - 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.