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 31615 - horizontal scroll-bar in TreeView should not be focusable
Summary: horizontal scroll-bar in TreeView should not be focusable
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
Depends on:
Blocks: 29667
  Show dependency tree
 
Reported: 2003-03-03 14:10 UTC by Ondrej Rypacek
Modified: 2008-12-22 17:38 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 Ondrej Rypacek 2003-03-03 14:10:50 UTC
When a TreeView has focus and TAB is pressed , the
focus is passed on the horizontal scrollbar. This
is a problem when the TreeView is used in dialogs
where it requires two tabs to traverse to the next
component.

Steps to reproduce:
1) Narrow the explorer in the main window so that
a horizontal scroll-bar underneath it appears
2) click a node in the the tree to focus it
3) press tab 
4) focus is on the scrollbar - pres left/right
arrows - it scrolls the scrollbar
Comment 1 Jiri Rechtacek 2003-03-03 16:09:00 UTC
Because of it's late phase of TEGAL development, will be solved in
next release.
Comment 2 Jiri Rechtacek 2003-04-18 14:05:32 UTC
Eval: A possibility to focus the scroll bars is new in jdk1.4 due to
accessibility reasons. We cannot make scroll bar unfocusable with its
reasons. I close as wontfix.
Comment 3 Marian Mirilovic 2003-07-28 16:24:31 UTC
Jirka is right - verifying, closing.