RFR: JDK-8230130: javadoc search result dialog shows cut off headers for long results

Jonathan Gibbons jjg at openjdk.java.net
Tue Nov 9 17:49:33 UTC 2021


On Tue, 19 Oct 2021 14:18:49 GMT, Hannes Wallnöfer <hannesw at 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


More information about the javadoc-dev mailing list