This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 1339 - Very slow opening of pages with exception (in description panel).
Summary: Very slow opening of pages with exception (in description panel).
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-03-22 20:37 UTC by Petr Synek
Modified: 2002-07-19 15:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Synek 1999-03-22 20:37:28 UTC
[IAN] Problem of browser functionality in Swing`s JEditorPane
Solved by using ICE Browser

javax.swing.text.StateInvariantError: infinite loop in formatting
        at javax.swing.text.ParagraphView.rebuildRows(ParagraphView.java:272)
        at javax.swing.text.ParagraphView.layout(ParagraphView.java:216)
        at javax.swing.text.BoxView.setSize(BoxView.java:151)
        at javax.swing.text.BoxView.layout(BoxView.java:670)
        at javax.swing.text.BoxView.setSize(BoxView.java:151)
        at javax.swing.text.BoxView.layout(BoxView.java:670)
        at javax.swing.text.BoxView.setSize(BoxView.java:151)
        at javax.swing.text.BoxView.layout(BoxView.java:670)

        at javax.swing.text.BoxView.setSize(BoxView.java:151)
        at javax.swing.text.BoxView.layout(BoxView.java:670)
        at javax.swing.text.BoxView.setSize(BoxView.java:151)
        at javax.swing.text.BoxView.layout(BoxView.java:670)
        at javax.swing.text.BoxView.setSize(BoxView.java:151)
        at javax.swing.text.BoxView.layout(BoxView.java:670)
        at javax.swing.text.BoxView.setSize(BoxView.java:151)
        at javax.swing.plaf.basic.BasicTextUI$RootView.setSize(BasicTextUI.java:1264)
        at javax.swing.plaf.basic.BasicTextUI.getPreferredSize(BasicTextUI.java:549)
        at javax.swing.JComponent.getPreferredSize(JComponent.java:705)
        at javax.swing.JEditorPane.getPreferredSize(JEditorPane.java:934)
        at java.awt.BorderLayout.preferredLayoutSize(BorderLayout.java:522)
        at java.awt.Container.preferredSize(Container.java:640)
        at java.awt.Container.getPreferredSize(Container.java:623)
        at javax.swing.JComponent.getPreferredSize(JComponent.java:707)
        at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:745)
        at java.awt.Container.layout(Container.java:490)
        at java.awt.Container.doLayout(Container.java:480)
        at java.awt.Container.validateTree(Container.java:550)