redoc
redoc copied to clipboard
The schema switch is not working in Firefox
Describe the bug
When API Requests schema has a discriminator, it is visible as a switch, which permits to see all possible Request variants. This works perfectly in Chrome browser, but fails in the Firefox.
To Reproduce
Steps to reproduce the behavior:
- given OpenAPI file
apidoc_test.yamlas the input; redoclygeneratesapidoc_test.htmlfromapidoc_test.yamlwithout errors and without warnings;- open the resulting file
apidoc_test.htmlwith the Firefox browser and see the error as it outlined in the screenshot:
Expected behaviour
The request Schema should be "switchable" in Firefox browser.
OpenAPI description
The source YAML and the result HTML files can be found here: openapi.zip
Software Versions
redocly --version
1.9.1
node --version
v14.18.3
Firefox: 123.0.1 (64-bit)
Hey @tarasstruk! Thanks for reporting this. Somehow the values and labels are getting mixed up in Firefox (see the screenshot).
Anyway, I'm transferring this to the Redoc repository as I believe it's not related to the CLI itself.