Support Article
Alignment issue in reference materials link in IE11
SA-10272
Summary
The Reference Materials link has a column to display content which contains the tag "View Content". This View Content is bottom aligned in the cell when viewed through IE11, whereas, in Firefox, it looks aligned in the row with other data.
Error Messages
Not Applicable
Steps to Reproduce
1. Create categories and Knowledge Content Rules.
2. Click Reference Materials link.
3. Select a category containing Knowledge Content Rules.
4. Check the list displayed, notice that the View Content in the right hand corner of the list will be bottom aligned in IE11 and will be aligned correctly in Firefox.
Root Cause
In user’s ListView, “CAKTLListAll…”, 'CADisplaySourceLink' is used for ‘Content’ column. In HTML code, the table style width is set to 100% which causes the “View Content” to be aligned to the bottom of the cell in IE11.
Resolution
Change table style=width from 100% to 50% in CADisplaySourceLink Section:
<pega:choose>
<pega:when test="ContentTypeIsAuthored">
<table style='width:50%' cellpacing='0' cellpadding='0' id='EXPAND-OUTERFRAME'.
Published June 12, 2015 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.