You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
JEditorPane editor = new JEditorPane("text/html","");
JScrollPane sp = new JScrollPane(editor);
What is the expected output? What do you see instead?
It should not raise an exception, obviously.
What version of the product are you using? On what operating system?
9.6-r156, with the debian patches applied.
http://patch-tracker.debian.org/package/libjsyntaxpane-java/
A patch fixing this issue is attached to this report.
Original issue reported on code.google.com by [email protected] on 27 Aug 2013 at 9:24
Original issue reported on code.google.com by
[email protected]
on 27 Aug 2013 at 9:24Attachments:
The text was updated successfully, but these errors were encountered: