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 267269 - Clone dialog displays "Clone name can't be empty" message in wrong step.
Summary: Clone dialog displays "Clone name can't be empty" message in wrong step.
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-23 15:06 UTC by rpacheco
Modified: 2016-07-28 12:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Clone name can't be empty message (18.72 KB, image/png)
2016-07-23 15:06 UTC, rpacheco
Details
Clone dialogue size problem - screenshot (64.97 KB, image/png)
2016-07-28 12:10 UTC, thruminds
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rpacheco 2016-07-23 15:06:41 UTC
Created attachment 161394 [details]
Clone name can't be empty message

STEPS:
   * Open dialog Team > Git > Clone
   * Enter the remote repository info of the first step.
   * Click next

ACTUAL:
   The Remote Branches step dialog is presented, displaying at the bottom: "Clone name can't be empty".

EXPECTED:
   The clone name should be entered until the last step, Destination Directory, so in this step no message should be presented.
Comment 1 thruminds 2016-07-28 12:09:16 UTC
Actually the problem here is that the dialog window size is incorrect. A vertical scroll bar is found to the left which you can use to scroll up and find the Repository URL box, in which you should paste your Git URL.

This issue is found while the GTK+ theme (I'm using Netbeans Dev build 201607270002 on CentOS Linux v7.1). I switched to Metal theme and dialog size was ok and the whole form was displayed without scrolling.
Comment 2 thruminds 2016-07-28 12:10:40 UTC
Created attachment 161485 [details]
Clone dialogue size problem - screenshot