-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[HTML2]Html2 api documentation generated by codegen does not render correctly in IE #5780
Comments
@leonluocheng thanks for reporting the issue. Swagger Editor is using the latest stable version (v2.2.2). Seems like the issue was introduced to master after the stable release. I wonder if you can help perform a "git bisect" with the latest master and 2.2.2 commit to identy which changes broke it. |
@wing328 hmm, interesting. sure, I can help on this. |
@wing328 After "git bisect". found out this commitment cause this issue. |
@leonluocheng thanks for identifying the issue. @wy-z would you please take a look when you've time and see if the suggested fix by @leonluocheng works for you? |
@leonluocheng Please file a PR with the fix when you've time |
@wing328 sure np. |
* master: Fix issue swagger-api#5780 Update README.md Run /bin scripts Call super management for managing imports in postProcessModelProperty
Description
Html2 client generated by codegen does not render correctly in IE 11. as shows in screenshot, exactly same html2 client but when opened by IE 11, part of the parameter schema are missing. This issue does not happen in chrome, edge and Firefox. Also this issue does not happen when I using swagger online editor to generate the html2 documentation.
Swagger-codegen version
master branch 2.3
Swagger declaration file content or url
Example perstore.json
I am looking for a possible solution here. and also this issue does not occur when using swagger online editor tool.
The text was updated successfully, but these errors were encountered: