You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgraded Zeal from 0.4 to 0.6 (using the Debian package) and noticed in the Rails docset that the "show" links to toggle the source for a method stopped working and now trigger the new dialog for opening external links:
The href of these look like javascript:toggleSource('method-i-change_column_source'). Other docsets using onclick might have the same issue.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for a related request.
lockbot
locked and limited conversation to collaborators
Oct 14, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently upgraded Zeal from 0.4 to 0.6 (using the Debian package) and noticed in the Rails docset that the "show" links to toggle the source for a method stopped working and now trigger the new dialog for opening external links:
The
href
of these look likejavascript:toggleSource('method-i-change_column_source')
. Other docsets usingonclick
might have the same issue.It looks like this bug was introduced with the changes in https://github.com/peterhoeg/zeal/commit/c2ca28fbde0cd42f97204e712c519917cd05419b.
I also tried changing the link behaviour to "Open in Zeal", but then nothing happens if I click JS links.
The text was updated successfully, but these errors were encountered: