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 - Javascript editing is blocked by updating Navigator view
Summary: Javascript editing is blocked by updating Navigator view
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-19 11:50 UTC by everflux
Modified: 2013-02-16 09:09 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 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