RFR: JDK-8264191: Javadoc search is broken in Internet Explorer

Jonathan Gibbons jjg at openjdk.java.net
Mon Mar 29 16:04:45 UTC 2021


On Thu, 25 Mar 2021 18:25:45 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> The RegExp `flags` property is replaced with the much better supported `ignoreCase` property in this change.
> 
> https://caniuse.com/mdn-javascript_builtins_regexp_flags
> https://caniuse.com/mdn-javascript_builtins_regexp_ignorecase
> 
> We don't have automated tests for the search script on browsers. I have tested the change by running `test/langtools/jdk/javadoc/doclet/testSearchScript/TestSearchScript.java` with GraalJS as well as doing manual testing with current Firefox, Safari, Chrome as well as IE 11 and Edge 44.

Marked as reviewed by jjg (Reviewer).

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

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


More information about the javadoc-dev mailing list