RFR: 8361366: Allow sorting of member details in lexicographical order [v5]
Hannes Wallnöfer
hannesw at openjdk.org
Mon Oct 13 15:28:34 UTC 2025
On Mon, 13 Oct 2025 14:28:21 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:
> Here is what the button looks like now if it is selected.
Very nice! The only issue I see is that when the pointer moves over the button, the whole sidebar content moves a little bit. I think this is because of `nav.toc button:hover` rules starting at line 718, which are actually meant for the show/hide sidebar button at the bottom of the sidebar. We could either change these rules to not include the sort button, or add a static `1px solid transparent` border to the sort button so its size does not change when setting the border on hover.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26322#issuecomment-3397982092
More information about the javadoc-dev
mailing list