Hello,
Any volunteers to review the fix?
Thanks,
Dmitry
On 03/10/2014 09:58, dmitry markov wrote:
Hello,
Friendly reminder... Could anyone review the fix, please?
Thanks,
Dmitry
On 29/09/2014 11:10, dmitry markov wrote:
Hello,
Could you review the fix for jdk9, please?
bug: https://bugs.openjdk.java.net/browse/JDK-8058120
webrev: http://cr.openjdk.java.net/~dmarkov/8058120/jdk9/webrev.00/
Problem description: if some text (not wrapped by HTML tags) is
inserted via insertAfterEnd() method, the text is added directly to
the body of HTML document. This will cause incorrect representation
of added fragment.
Fix: it is necessary to detect the insertion of the text to the body
and wrap the text by p-implied tags.
Thanks,
Dmitry