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.

            Assignee:
            Damon Nguyen
            Reporter:
            Dmitry Markov
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: