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

2021-03-29 Thread Jonathan Gibbons
On Thu, 25 Mar 2021 18:25:45 GMT, Hannes Wallnöfer 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

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

2021-03-25 Thread Hannes Wallnöfer
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 h