You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2007/08/10 11:31:42 UTC

[jira] Assigned: (HARMONY-4615) [classlib][swing] HTML tags inside tag
 are handled incorrectly

     [ https://issues.apache.org/jira/browse/HARMONY-4615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko reassigned HARMONY-4615:
----------------------------------------

    Assignee: Alexey Petrenko

> [classlib][swing] HTML tags inside tag <pre> are handled incorrectly
> --------------------------------------------------------------------
>
>                 Key: HARMONY-4615
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4615
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>            Assignee: Alexey Petrenko
>         Attachments: HARMONY-4615-Lexer.patch
>
>
> The following test demonstrates the issue.
>     public void test() {
>         final JFrame frame = new JFrame();
>         frame.add(new JEditorPane("text/html", "<pre>line1\nline2\n"
>                 + "<font color='red'>line3\nline4</font></pre>"));
>         frame.pack();
>         frame.setVisible(true);
>     }
> The text inside <pre> should be split in 4 lines.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.