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 150268 - No cursor in field with <NULL> value
Summary: No cursor in field with <NULL> value
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Shansi 11
URL:
Keywords:
Depends on:
Blocks: 152768
  Show dependency tree
 
Reported: 2008-10-15 18:34 UTC by Roman Mostyka
Modified: 2009-02-19 20:37 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-15 18:34:21 UTC
1. Connect to some DB, rightclick some of it's table and choose "View Data".
2. Press "Insert Record" button.
3. Make some of fields <NULL> and click first field.
4. Press Tab key until field with <NULL> value will be reached.

Result: This field is uneditable and there is no cursor. It can mislead customer since it looks like whole dialog lost
focus. I don't cavil, just it will look nicer and more user friendly. :)
Comment 1 _ ahimanikya 2008-12-06 00:49:44 UTC
Once we have multiple row insert dialog, this will be obsolete; so downgrading. We will checkin the new multi row insert
dialog next week.
Comment 2 David Vancouvering 2008-12-06 01:10:45 UTC
> We will checkin the new multi row insert dialog next week.

Not without a UI spec you won't! :)
Comment 3 Shansi 11 2008-12-09 10:24:00 UTC
This will be obsolete when the support to insert multiple insert statements is implemented.
http://www.netbeans.org/issues/show_bug.cgi?id=155011
Comment 4 Roman Mostyka 2008-12-09 14:32:31 UTC
Ahi, has new functionality been implemented?
Actually the issue says about absence of cursor in field with <NULL>. If new functionality will fix it, then mark this
issue fixed, but when new functionality is implemented. It's not necessary that new functionality will fix this issue,
since even with new functionality, user should have ability to work with data using keyboard and it will be inconvenient
if user won't see which cell has focus at the moment.
But if new functionality fix this, then feel free to mark this issue as fixed.
Thanks.
Comment 5 _ ahimanikya 2008-12-17 20:46:43 UTC
This is no longer valid in the new Insert Dialog. 
Comment 6 Roman Mostyka 2008-12-18 16:46:40 UTC
Verified with build 081218.
Now field which has focus is highlighted by border.