| 不具合 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.
再現の手順