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

Some styles are quite different between IE10 with IE11

SA-28415

Summary



It has been observed that the style (height) is quite different between Internet Explorer 10 with Internet Explorer 11 for the text box and drop-down. 

In Internet Explorer 10, the text input box is large with no spacer. 


Error Messages



Not applicable


Steps to Reproduce

  1. Add a free form layout to a section and add a text input box and drop-down.
  2. View the section in Internet Explorer 10 and Internet Explorer 11.


Root Cause



In Internet Explorer 10, height 100% on input element is overriding padding when the input element is placed inside td element.

Resolution



Include the following CSS snippet in the UserWorkForm: 

<style> 
.ie10 table#SpreadSheetTB td.dataValueWrite select[data-ctl='["Dropdown"]'], .ie10 table#SpreadSheetTB td.dataValueWrite input[data-ctl='["TextInput"]'] { 
height: auto; 

</style>

Published October 5, 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