| Número de ID do Erro |
BUG-000145071 |
| Enviado | December 9, 2021 |
| Última Modificação | June 5, 2024 |
| Aplica-se à | ArcGIS Survey123 |
| Versão encontrada | 3.13 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | 10.0 |
| Status | Non-Reproducible
Esse problema não foi reproduzível quando testado pela equipe de desenvolvimento. Os problemas podem receber esse status quando não podem ser reproduzidos ou não são mais relevantes em uma versão de desenvolvimento do software, mas uma correção específica não foi instalada para resolver o problema. A seção Informações Adicionais do problema pode conter mais explicações.
|
Informações Adicionais
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`.
Solução Provisória
Use the check box in the opposite way to what is intended to be done.
Etapas para Reproduzir