On Sat, 15 Mar 2025 15:45:48 GMT, Chen Liang <[email protected]> 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