maxcellent / javadoc.io

Apache License 2.0
102 stars 27 forks source link

Anchor link don't seem to work because of the search bar #159

Open marcbannout opened 1 year ago

marcbannout commented 1 year ago

When trying to access mockito [documentation](https://www.javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#doNothing()), the link does not lead to the paragraph specified by the anchor link. The problem seems to be related to the search bar

michaelMarquard commented 8 months ago

No assignee yet? Nor a comment from anyone of the javadoc.io team? This bug is really annoying if you want to share documentation with colleagues....

maxcellent commented 8 months ago

Even if I download the original jar and unzip locally, it still doesn't seem working well

For other libraries, search functions are working ok:

so I kind of feel this might be related to how mockito package their javadoc jar

scordio commented 8 months ago

This should be fixed by the next Mockito release once mockito/mockito#3230 is merged.