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 - Use wait cursor when loading pages
Summary: Use wait cursor when loading pages
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2008-01-09 00:47 UTC by Quy Nguyen
Modified: 2008-01-10 01:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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