-
Notifications
You must be signed in to change notification settings - Fork 33
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
Swagger documentation method expanding links do not work #2211
Comments
@kyyberi @bajiat Checked a browser console. It throws the errors:
Tried to find the same bugs. Could find this one swagger-api/swagger-ui#551 (comment) |
From #2102 Getting error in my console when clicking show/hide (Swagger viewer): 35d5778….js?meteor_js_resource=true:21
Uncaught TypeError: Cannot read property 'pushState' of undefined(…)
toggleEndpointListForResource @ 35d5778….js?meteor_js_resource=true:21
callDocs @ 35d5778….js?meteor_js_resource=true:22
dispatch @ 35d5778….js?meteor_js_resource=true:30
m.handle @ 35d5778….js?meteor_js_resource=true:30 Update: also same error when clicking on "POST" or "GET" etc. when trying to close it. |
@brylie Now we have the three different required jQuery:
The solution is downgrade jQuery version in our project and re-install node packages. In this case, |
I am not sure that we should choose that solution. In general, we are trying to keep our dependencies up to date, so downgrading jQuery would be contrary to those efforts. |
For reference, we have opened an upstream issue regarding jQuery BBQ, which was closed some time ago. I requested the issue be re-opened. |
@bajiat We can close it because that was resolved also on apinf.io site because we are using a new Swagger UI |
Closing as per suggestion. |
Steps
Actual Result
Nothing happens.
Expected Result
It should list the methods as below for APIs operations list (from swaggerhub documentation viewer):
The text was updated successfully, but these errors were encountered: