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 96725 - cvs modal dialogs
Summary: cvs modal dialogs
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2007-02-27 21:26 UTC by jbfaden
Modified: 2007-02-28 10:40 UTC (History)
2 users (show)

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 jbfaden 2007-02-27 21:26:56 UTC
Is there a reason why the CVS commit dialog must be modal?  I'd like to be able
to refer back to code while documenting the commit.
Comment 1 Maros Sandor 2007-02-28 10:40:37 UTC
There is no strong reason for its modality. However, once it is non-modal there
can be multiple commit dialogs open with different sets of files in them. Also,
the dialog is not 'live' in the sense that it does not update its list of files
once it is displayed hence having it open for a long time does not make sence.
Your usecase is valid though so if UI guys agree we can make it non-modal with
drawbacks I outlined above. 
HIE opinion?