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 61290 - Editing longer html files is disaster
Summary: Editing longer html files is disaster
Status: CLOSED DUPLICATE of bug 55541
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 4.x
Hardware: All Linux
: P1 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-07-22 13:42 UTC by Petr Pisl
Modified: 2009-05-18 10:45 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 Pisl 2005-07-22 13:42:28 UTC
Open a longer html file like this:
http://web.netbeans.org/struts/struts-support-ui-spec.html and try edit it.
Every 2 seconds after typing is started code folding process, which takes 100%
of processor and more then 30 seconds for one cycle.
Comment 1 Jiri Kovalsky 2005-07-22 14:06:27 UTC
Will you Marku mark this as duplicate of #55541 ? The workaround is to avoid
using unclosed tags and/or disable code folding feature.
Comment 2 zikmund 2005-07-22 16:24:49 UTC
It is 4.1 problem.
Comment 3 Marek Fukala 2005-07-25 08:40:58 UTC
There has been done some fixes recently - see issue #55541. Moreover the fold
computation code will be rewriten in 4.2. Thanks for your disaster report :-)

*** This issue has been marked as a duplicate of 55541 ***
Comment 4 Jiri Kovalsky 2005-07-25 09:25:11 UTC
Verified as duplicate then.