Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The schema switch is not working in Firefox #2498

Open
tarasstruk opened this issue Mar 6, 2024 · 1 comment
Open

The schema switch is not working in Firefox #2498

tarasstruk opened this issue Mar 6, 2024 · 1 comment

Comments

@tarasstruk
Copy link

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:

  1. given OpenAPI file apidoc_test.yaml as the input;
  2. redocly generates apidoc_test.html from apidoc_test.yaml without errors and without warnings;
  3. open the resulting file apidoc_test.html with the Firefox browser and see the error as it outlined in the screenshot:
firefox

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)

@tatomyr
Copy link
Contributor

tatomyr commented Mar 8, 2024

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.

Screenshot 2024-03-08 at 09 21 23

@tatomyr tatomyr transferred this issue from Redocly/redocly-cli Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants