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

javax.swing.JEditorPane is unclear on the handling of unsupported HTML script tags

XMLWordPrintable

      The '<script>' tag is unsupported by the swing HTML parser. So if '<script>' is detected during parsing, the tag itself is ignored and its content is displayed instead using Parser.handleComment() method. However, the current version of javadoc for the Parser.handleComment() method does not contain any notes about this behavior.

            dnguyen Damon Nguyen
            dmarkov Dmitry Markov
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: