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 155981 - "Insert Record" dialog is closed after error
Summary: "Insert Record" dialog is closed after error
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-23 10:41 UTC by Roman Mostyka
Modified: 2009-07-03 05:59 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 Roman Mostyka 2008-12-23 10:41:25 UTC
1. Connect to some DB.
2. Rightclick some of it's table and choose "View Data".
3. Press "Insert Record(s)" button, enter the same values as presented in some existing record and click "OK".

Result: Error message appears, but after closing it, "Insert Record" dialog also disappears. It is very inconvenient if
user entered a lot of records and made mistakes. It will be better to ask if there is a need to revise data and insert it.
Comment 1 Jiri Rechtacek 2009-02-10 15:39:42 UTC
Reassigned to new owner.
Comment 2 Jiri Skrivanek 2009-07-02 15:55:20 UTC
Fixed.
core-main #fe95744fe046
Comment 3 Quality Engineering 2009-07-03 05:59:10 UTC
Integrated into 'main-golden', will be available in build *200907030200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fe95744fe046
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #155981 - Insert dialog is not closed if one insert command fails. Also added proper handling of AWT threading.