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 167524 - Editing url does not change host name field
Summary: Editing url does not change host name field
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-23 11:09 UTC by martinhavle
Modified: 2009-09-04 03:50 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 martinhavle 2009-06-23 11:09:39 UTC
Occurs on build 200906212001 with JDK7b57.

At http://qa.netbeans.org/modules/webapps/promo-h/DBConnection.html test id connection_dialog_003 when editing host name
in url, the Host name field is not changed.
Comment 1 Jiri Rechtacek 2009-06-30 13:32:30 UTC
Martin, could you give me more details about this issue? Thanks
Comment 2 martinhavle 2009-06-30 13:54:22 UTC
Imho when you fill in the form and then you change the url, the fields in the form should be updated automatically, but
they are not. They are changed after clicking into other field of the form.

Example:
Host: localhost
Port: 3306
Database: db

The URL is generated : jdbc:derby://localhost:3306/db 
If you change the url to jdbc:derby://localhost:3306/database, the database field is not updated automatically.
Comment 3 Jiri Rechtacek 2009-09-03 14:56:42 UTC
core-main/rev/5ab91694606f
Comment 4 Quality Engineering 2009-09-04 03:50:42 UTC
Integrated into 'main-golden', will be available in build *200909032054* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5ab91694606f
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #167524: Editing url does not change host name field