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 243394

Summary: All of the IDE controls are locked when editing, shows an unspecified progress bar
Product: connecteddeveloper Reporter: d.merkushov
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: d.merkushov
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot
jstack output

Description d.merkushov 2014-03-31 08:44:49 UTC
Created attachment 146421 [details]
Screenshot
Comment 1 d.merkushov 2014-03-31 08:45:31 UTC
Created attachment 146422 [details]
jstack output
Comment 2 d.merkushov 2014-03-31 08:55:24 UTC
Screenshot and the jstack output are attached. The X button of the progress bar has no effect, so I have to restart the IDE. After restarting the IDE all is fine.
Comment 3 Milutin Kristofic 2015-06-30 09:50:17 UTC
	at org.netbeans.modules.progress.ui.RunOffEDTImpl.showProgressDialogAndRunLater(RunOffEDTImpl.java:336)
	at org.netbeans.modules.progress.ui.RunOffEDTImpl.showProgressDialogAndRun(RunOffEDTImpl.java:353)
	at org.netbeans.api.progress.ProgressUtils.showProgressDialogAndRun(ProgressUtils.java:250)
	at org.netbeans.api.keyring.Keyring.read(Keyring.java:139)
	at org.netbeans.modules.bugtracking.util.BugtrackingUtil.readPassword(BugtrackingUtil.java:114)
	at org.netbeans.modules.bugtracking.spi.RepositoryInfo.getPassword(RepositoryInfo.java:205)
	at org.netbeans.modules.bugzilla.repository.BugzillaRepository.<init>(BugzillaRepository.java:136)
	at org.netbeans.modules.bugzilla.BugzillaConnector.createRepository(BugzillaConnector.java:84)
	at org.netbeans.modules.bugtracking.DelegatingConnector.createRepository(DelegatingConnector.java:131)
	at org.netbeans.modules.bugtracking.RepositoryRegistry.getStoredRepositories(RepositoryRegistry.java:277
Comment 4 Tomas Stupka 2015-06-30 14:28:54 UTC
should be fixed in scope if issue #242078

*** This bug has been marked as a duplicate of bug 242078 ***