ArcGIS Hub does not recognize the HTML code with the bold tag followed by the style attribute in the text elements.
上次发布: April 20, 2021ArcGIS Hub
漏洞 ID 编号
BUG-000138137
已提交
March 12, 2021
上次修改时间
October 5, 2021
适用范围
ArcGIS Hub
找到的版本
8.1
操作系统
Windows
操作系统版本
10
状态
In Product Plan
该问题已添加到开发团队的解决问题中。 对于具有此状态的问题,将在近期版本(下一个或两个版本)中进行解决。 检查问题的“其他信息”或“备用解决方案”部分,寻找可以完全解决此问题的有用信息。
解决办法
Remove the additional style (highlighted) HTML code, paste in the HTML Validator, the bold and unbold text displayed as expected as in the image in Hub1.jpg.
Remove bold (<b). Add span (<span)and ("font-weight: bold")at the end of the style code. Please refer to the example below:
Original code:<b style="background-color: initial; color: currentcolor;”>$275.
After replacing with "font-weight: bold": <span style="background-color: initial; color: currentcolor; "font-weight:bold">$275.