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 149248 - Notify user that NULL value can be edit by pressing Ctrl+0
Summary: Notify user that NULL value can be edit by pressing Ctrl+0
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: jawed
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 15:22 UTC by Roman Mostyka
Modified: 2008-10-10 05:57 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-10-06 15:23:01 UTC
1. Connect to some DB, rightclick some of it's table and choose "View Data".
2. Press "Insert Record" button.
3. Press Ctrl + 0 for field, which can have value NULL.

Result: Text Field for this field becomes uneditable and it has value NULL. It isn't very clear that customer can press
Ctrl + 0 tp make this field editable. We should notify customer. We can add notice, that customer can change <NULL>
value by pressing Ctrl + 0 again, to the message on the top of dialog.
Comment 1 _ ahimanikya 2008-10-07 06:25:17 UTC
I think the text can be altered to convey that CTRL+0 can be used to toggle NULL value.
Comment 2 Roman Mostyka 2008-10-07 07:53:59 UTC
That exactly what I meant.
Comment 3 _ ahimanikya 2008-10-09 13:28:49 UTC
http://hg.netbeans.org/main/rev/410f0db51b19
Comment 4 Roman Mostyka 2008-10-09 14:28:19 UTC
Verified with build 081009.
Comment 5 Quality Engineering 2008-10-10 05:57:51 UTC
Integrated into 'main-golden', will be available in build *200810100201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/410f0db51b19
User: ahimanikya@netbeans.org
Log: Issue #149248  Notify user that NULL value can be edit by pressing Ctrl+0