In an Open Data site, using the text pane with custom cascading style sheets (CSS) in it causes the banner with the search box to increase in size with unwanted space.
上次发布: April 17, 2019ArcGIS Online
漏洞 ID 编号
BUG-000121568
已提交
April 8, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
N/A
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
A class named 'banner' is used and defined in the page structure. The supplied cascading style sheets (CSS) redefines and modifies that class, which causes other elements (for example, a banner) that have that class to be displayed differently per the new value of the class. As a workaround, use class names that do not conflict with the existing ones in the page. Additionally, do not use absolute positioning.