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 134066 - Allow design view repaint to be aborted
Summary: Allow design view repaint to be aborted
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-28 14:41 UTC by lpolycarpou
Modified: 2008-04-28 15:17 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lpolycarpou 2008-04-28 14:41:44 UTC
For a visual JSF web application, when clicking on design view all of the components on the page are refreshed and the
display is updated.  When there are many components on the page this can take a while and it is not possible to abort
the operation by clicking back on either the JSP or Java view.

This enhancement is to allow the user to click on the JSP or Java view to navigate to these views immediately and abort
the repaint / validation in the Design view.  This will increase developer productivity.