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.