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 39160 - pushing SHIFT+TAB throws exception
Summary: pushing SHIFT+TAB throws exception
Status: VERIFIED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: A11Y
Depends on: 33281
Blocks:
  Show dependency tree
 
Reported: 2004-01-23 09:15 UTC by bnv
Modified: 2008-12-23 10:56 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (2.41 KB, text/plain)
2004-01-23 09:19 UTC, bnv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bnv 2004-01-23 09:15:20 UTC
Product Version: Sun ONE Studio 8 (Build 040113)
-- Rainier build38.0
IDE Version:   IDE/1 spec=3.42.1 impl 040113)
Operating System: SunOs version 5.8 running on sparc
Java:	         1.4.1_07

Start sunstudio8.
To display the Debugger Window push Cntr+5 key.
Set focus in the empty table with TAB key.

ISSUE: If try to press the SHIFT+TAB key on the
empty table the exception will be thrown
Comment 1 bnv 2004-01-23 09:19:28 UTC
Created attachment 13044 [details]
ide.log
Comment 2 Peter Zavadsky 2004-01-26 12:47:37 UTC
Window system doesn't use that JTable. If the JTable is in the
debugger window (what I think it is), it belongs there.
Comment 3 Maros Sandor 2004-01-27 14:19:34 UTC
Debugger does not use tables/table models directly. I think the 
problem is in Swing/AWT but I decided to first assign this to 
openide/TreeTableView for evaluation.
Comment 4 _ tboudreau 2004-01-28 07:54:20 UTC
Well, anything in the current TTV is suspect, but I don't see any netbeans code at all in 
the stack trace, so it's not clear whose problem it is from a casual review.

Adding this issue to the TTV rewrite umbrella issue - either way we can ensure it 
doesn't happen once it's rewritten.  FYI, I'm investigating a few options for reusing 
other existing tree table implementations to get a leg up on getting it rewritten, and 
in parallel prototyping approaches for doing the rewrite in what seems to me the most 
solid way possible.
Comment 5 _ tboudreau 2004-07-21 23:55:51 UTC
Appears to have been fixed by my fix of the sorting null-element issue - cannot reproduce 
it now, but can on a pre-fix build.
Comment 6 Marian Mirilovic 2005-07-12 10:07:53 UTC
closed