Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8264191

Javadoc search is broken in Internet Explorer

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • None
    • tools
    • 16
    • b16
    • generic
    • generic

      Since JDK-8244535 the javadoc search script uses the RegExp.prototype.flags property which is defined in ECMAScript 6. Unfortunately, this property is not supported in Internet Explorer and other older browsers, causing the search feature to not work on these platforms.

      Fortunately, there's a widely supported `ignoreCase` property that can be used as replacement.

            hannesw Hannes Wallnoefer
            hannesw Hannes Wallnoefer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: