RFR: 8012675: Javadoc for javax.swing.text.html.parser.Parser.handleComment() needs to be updated
DamonGuy
duke at openjdk.java.net
Fri Mar 11 23:22:46 UTC 2022
On Fri, 11 Mar 2022 19:04:27 GMT, Phil Race <prr at openjdk.org> wrote:
> What is the current status of this PR ? I can't work it out.
I spent time to double check script tag contents. The script tag's behavior Jay mentioned is correct from the traces I made as well. So I wrote a test with a JEditorPane loading HTML from a file, but couldn't get HTML buttons to render properly in JEditorPane. I wanted HTML buttons to test a foo function encased in script tags in my HTML file to see if script tags are parsed or just ignored via a proper test.
Since this took longer than expected, it was suggested that I put this issue aside to finish other issues I was working on before returning.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7446
More information about the client-libs-dev
mailing list