RFR: JDK-8325650: Table of contents scroll timeout not long enough

Jonathan Gibbons jjg at openjdk.org
Mon Feb 12 19:49:05 UTC 2024


On Mon, 12 Feb 2024 16:17:14 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> Please review a simple change to increase a timeout value for suppression of scroll-following in the table of contents. This should have no visible effects to the user but may avoid flickering of the table of contents on slower computers. I also replaced a normal inequality operator (`!=`) with a strict one (`!==`) which is better practice when comparing equal types.

Marked as reviewed by jjg (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/17811#pullrequestreview-1876058485


More information about the javadoc-dev mailing list