| Bug-ID-Nummer |
BUG-000145071 |
| Eingereicht | December 9, 2021 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS Survey123 |
| Gefunden in Version | 3.13 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 |
| Status | Non-Reproducible
Dieses Problem konnte bei Tests durch das Entwicklungsteam nicht reproduziert werden. Problemen wird u. U. dieser Status zugewiesen, wenn sie nicht reproduziert werden können oder in einer Entwicklungsversion der Software nicht mehr relevant sind. Es wurde jedoch kein Fix zur Problembehebung installiert. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
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`.
Workaround
Use the check box in the opposite way to what is intended to be done.
Schritte zur Reproduzierung