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 65880 - Tab does not work correctly in fields with CC
Summary: Tab does not work correctly in fields with CC
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-04 16:31 UTC by _ lcincura
Modified: 2010-04-29 09:25 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 _ lcincura 2005-10-04 16:31:46 UTC
NetBeans IDE 5.0 [200510031800] on jdk 1.5.0_05

When Tab is pressed in field with code completion, the focus is not moved to
next component, but the tab is written to the field.
Comment 1 Martin Entlicher 2007-06-12 09:57:02 UTC
Fixed in trunk:

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/WatchPanel.java,v
 <--  WatchPanel.java
new revision: 1.8; previous revision: 1.7

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.form,v
 <--  ConditionsPanel.form
new revision: 1.2; previous revision: 1.1

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/ConditionsPanel.java,v
 <--  ConditionsPanel.java
new revision: 1.2; previous revision: 1.1
Comment 2 Quality Engineering 2010-04-29 09:25:47 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.