Formatting issue noticed while creating simple HTML portlets within clarity PPM.
HTML code used within the PPM clarity portlet:
<html>
<body>
<h1>Test H1</h1>
<ul>
<li>Case with priority 2:</li>
<li>Case with priority 3:</li>
<li>Case with priority 4:</li>
<li>Case without priority:</li>
</ul>
</body>
</html>
Formatting from HTML code considered.
Formatting ignored from code.
Release : 15.8.1 and PPM 15.9
Component : CLARITY PPM APPLICATION
The HTML list tag < li > and heading tag < h1 > elements appears to be having compatibility issues with the HTML editor/compiler built on the clarity PPM classic UI. Unlike the modern day html5 editors, the html formatting options on PPM clarity classic UI only supports basic tags for simple HTML enabled to display static data.
Visit techdocs for official reference on developing HTML portlets.