The button of the Calcite Design System does not appear correctly on the iPad.
Calcite Design System
漏洞 ID 编号
BUG-000159918
已提交
July 17, 2023
上次修改时间
June 5, 2024
适用范围
Calcite Design System
找到的版本
1.4
操作系统
Apple iPadOS
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The HTML's Doctype is required at the top of all documents, and without its presence will affect the app's layout. More information on the Doctype can be found at https://developer.mozilla.org/en-US/docs/Glossary/Doctype.
In addition, the app and provided sample should also:
- Consider coupling the recommended versions of Maps SDK for JS and Calcite (e.g., 4.27 and 1.4.2, 4.26 and 1.0.7, 4.25 and beta.97, 4.24 and beta.82, etc.)
- Consider one label per element. In the sample, three labels should accompany the three buttons where Label can be used, or the Button's "label" attribute: https://developers.arcgis.com/calcite-design-system/components/button/#api-reference-properties-label. Otherwise, assistive technology users will not receive sufficient context while navigating the app. More information can be found at https://developers.arcgis.com/calcite-design-system/foundations/accessibility/#forms-and-labels.
Here's an updated Codepen with Doctype, Maps SDK/JS version matching, and Button labels: https://codepen.io/geospatialem/pen/jOQpPjr.