| 漏洞 ID 编号 |
BUG-000145071 |
| 已提交 | December 9, 2021 |
| 上次修改时间 | June 5, 2024 |
| 适用范围 | ArcGIS Survey123 |
| 找到的版本 | 3.13 |
| 操作系统 | Windows OS |
| 操作系统版本 | 10.0 |
| 状态 | Non-Reproducible
在开发团队测试过程中,此问题不可重现。 为问题分配此状态的可能原因包括:问题无法重现,或不再与软件的开发版本相关,但未安装特定修复程序来解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
The workflow works as expected:
- The option in UI reads as 'Show options bar', the setting in the code is `?hide=` which means to hide something.
- The UI option and the URL parameter verb `?hide=` are designed in the opposite meaning intentionally. This is because for the UI, checking a check box means `Show`; in the URL parameter `?hide=` is the minority use cases.
- When checking the 'Show options bar' check box, the code has NO `navbar` as `?hide=` 's value; when unchecking the 'Show options bar' check box, the code becomes `?hide=navbar`.
解决办法
Use the check box in the opposite way to what is intended to be done.
重现步骤