The schema switch is not working in Firefox
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 25.9k
- Forks
- 2.4k
- Avg merge
- 13h 10m
- Merged PRs (30d)
- 4
Description
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)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue using the provided apidoc_test.yaml and generated apidoc_test.html in Firefox 123.0.1, then compare the schema switch behavior with Chrome. Trace the frontend schema-switch entry point and verify that the request schema remains switchable in Firefox without breaking the existing Chrome behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100