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 220414

Summary: Javascript editing is blocked by updating Navigator view
Product: javascript Reporter: everflux <everflux>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description everflux 2012-10-19 11:50:31 UTC
[ BUILD # : 201210180002 ]
[ JDK VERSION : 1.7.9 ]

When editing a Javascript file while the navigator window is open, the cursor
often changes to the busy state and the editor seems to be blocked by updating
the Navigator panel.
If the panel is minimized this does not occur (as often?).
The percieved performance of the JavaScript editor seems to be slower than
Netbeans 7.2 from this.
Perhaps the update could be performed lazy or only when file is saved?
Comment 1 everflux 2012-11-02 23:43:49 UTC
With build 201211020750 performance feels better, but still the editor is blocked during update of the Navigator (depending on the complexity of the JavaScript this can take a second or more)
Comment 2 everflux 2013-02-16 09:09:29 UTC
Fixed with
http://hg.netbeans.org/releases/rev/98d8757b80ec
This issue is duplicated by
http://netbeans.org/bugzilla/show_bug.cgi?id=222130
http://netbeans.org/bugzilla/show_bug.cgi?id=225865

Verified in build 201302132200 for 7.3 FCS