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 89810 - It's hard to type Repo URL in Check out wizard
Summary: It's hard to type Repo URL in Check out wizard
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: REGRESSION
Depends on:
Blocks: 89637
  Show dependency tree
 
Reported: 2006-11-22 08:37 UTC by Peter Pis
Modified: 2006-11-23 10:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2006-11-22 08:37:50 UTC
NetBeans IDE Dev (Build 20061122-0606)
1.5.0_09; Java HotSpot(TM) Client VM 1.5.0_09-b03
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Steps:
1. Invoke "Check out" wizard.
2. Try to type in "Repository URL".

Text is always selected and therefore it's over and over again replaced.
Comment 1 Peter Pis 2006-11-22 09:17:10 UTC
This issue is considered as a stopper for M5.
Comment 2 Tomas Stupka 2006-11-22 14:52:31 UTC
fixed

Removing RepositoryModel.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/repository/RepositoryModel.java,v
 <--  RepositoryModel.java
new revision: delete; previous revision: 1.1
done
Checking in Repository.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/repository/Repository.java,v
 <--  Repository.java
new revision: 1.50; previous revision: 1.49
done
Comment 3 Peter Pis 2006-11-22 15:49:30 UTC
Reopen.

Now user can type "svn://" but then entire text is again selected suddenly.
Comment 4 Tomas Stupka 2006-11-22 16:56:47 UTC
fixed

Checking in Repository.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/repository/Repository.java,v
 <--  Repository.java
new revision: 1.51; previous revision: 1.50
done
Comment 5 Peter Pis 2006-11-23 10:41:05 UTC
Verified.