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.) This pull request has now been integrated. Changeset: f9024d06 Author: Hannes Wallnöfer <hann...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/f9024d0606e39863b590f0d7c949d569f8bf8abd Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8230130: javadoc search result dialog shows cut off headers for long results Reviewed-by: jjg ------------- PR: https://git.openjdk.java.net/jdk/pull/6016