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 155986 - Next cell doesn't become editable after the cell with advanced editor
Summary: Next cell doesn't become editable after the cell with advanced editor
Status: RESOLVED DUPLICATE of bug 136967
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords: UI
: 155987 155988 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-23 11:26 UTC by Roman Mostyka
Modified: 2014-10-05 18:26 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 11:26:34 UTC
1. Connect to "travel" Java DB.
2. Rightclick PERSON table and choose "View Data".
3. Press "Insert Record(s)" button.
4. Press TAB key until a cell in the column "#" get focus. Then press Ctrl+TAB key to get next cell (in the column
"personid").
5. Press Enter key, a cell becomes editable.
6. Enter some data and press Enter key. Next cell (in the column "name") becomes editable.
7. Enter some data and press Enter key.

Result: Next cell doesn't get focus and doesn't become editable. It seems that it occurs for the cells, that has
advanced editor. I think we should be consistent.
Or there is some other opinion?
Comment 1 Jiri Rechtacek 2009-02-24 13:07:44 UTC
*** Issue 155988 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Skrivanek 2009-07-08 09:06:04 UTC
*** Issue 155987 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Skrivanek 2009-07-08 09:18:51 UTC
I don't know how to fix it. The JXPanel in StringTableCellEditor doesn't get Enter key event and JXTable neither. Then
changeSelection in InsertRecordDialog is not called and selection is reset to [0, 0].
Comment 4 matthias42 2014-10-05 18:26:28 UTC
Fixed by referenced patch (see "Fix insert record dialog"-patch)

*** This bug has been marked as a duplicate of bug 136967 ***