On Tue, 19 Oct 2021 14:18:49 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:
> Please review a simple fix for a rendering bug in the javadoc search result > list. For very long items in that list that do not fit into the menu and > require horizontal scrolling the colored selection bar used to be cut off. > With this change, the selection bar covers at least the length of the item > itself, or the width of the menu, whichever is bigger. > > Example output: http://cr.openjdk.java.net/~hannesw/8230130/api.00/ > > (Search for "XMLEventFactory.createStartElement" as suggested in the bug > report and then scroll horizontally.) Nice! ------------- Marked as reviewed by jjg (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/6016