RFR: 8345555: Improve layout of search results [v11]
Hannes Wallnöfer
hannesw at openjdk.org
Sat Mar 15 16:10:58 UTC 2025
On Sat, 15 Mar 2025 15:45:48 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix maximum size for search menu
>> - Correctly calculate available vertical space
>> - Align width with page content with visible sidebar
>> - Allow more width on small displays
>> - Add padding to result text label
>
> test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java line 467:
>
>> 465: checkOutput("index-all.html", true,
>> 466: """
>> 467: <a href="pkg2/Foo.html#method(java.util.Vector)" class="member-name-link">method(Vector<Object>)</a>"""
>
> Is this caused by replacing `Util.flatSignature` with `makeSignature(.., false, true)`?
Yes.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23666#discussion_r1996997122
More information about the javadoc-dev
mailing list