RFR: JDK-8266808: Search label still uses old search field id

Hannes Wallnöfer hannesw at openjdk.java.net
Mon May 10 20:47:52 UTC 2021


On Mon, 10 May 2021 20:11:27 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

> I wonder if a more robust fix would be to associate these elements by nesting rather than by id:
> 
> ```
> <label>
>     <input>
> </label>
> ```

Yes, that would be an option. It would have prevented the current bug, but it's also a structural change that is not as easily made (might affect layout or, even though unlikely, script behaviour).

-------------

PR: https://git.openjdk.java.net/jdk/pull/3949


More information about the javadoc-dev mailing list