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 124928

Summary: Use wait cursor when loading pages
Product: obsolete Reporter: Quy Nguyen <quynguyen>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Quy Nguyen 2008-01-09 00:47:30 UTC
The processing done to open visual web pages is done in the AWT thread.  The cursor should change to a wait cursor
during this time, since the user cannot interact with the IDE.
Comment 1 Peter Zavadsky 2008-01-09 00:53:32 UTC
Yes, this sounds relevant. I think this shouldn't be a problem to be done (unless the changing of the cursor needs to be
done in separate task).
Comment 2 Peter Zavadsky 2008-01-09 02:07:48 UTC
Fixed. (also changed text to inactive)

Checking in visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/ui/JsfTopComponent.java;
/cvs/visualweb/designer/jsf/src/org/netbeans/modules/visualweb/designer/jsf/ui/JsfTopComponent.java,v  <-- 
JsfTopComponent.java
new revision: 1.55; previous revision: 1.54
done
Comment 3 Quy Nguyen 2008-01-10 01:14:46 UTC
Added the wait cursor (for the main window) on the Open/Edit actions for visualweb jsp files.

Checking in JsfJavaEditorSupport.java;
/cvs/visualweb/project/jsfloader/src/org/netbeans/modules/visualweb/project/jsfloader/JsfJavaEditorSupport.java,v  <-- 
JsfJavaEditorSupport.java
new revision: 1.9; previous revision: 1.8
done