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 85070 - A11Y - no keyboard accessibility within Welcome windows
Summary: A11Y - no keyboard accessibility within Welcome windows
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-09-16 00:02 UTC by pchen
Modified: 2006-09-26 14:29 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch for release55 branch (4.49 KB, patch)
2006-09-20 11:29 UTC, Stanislav Aubrecht
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pchen 2006-09-16 00:02:48 UTC
You get a Welcome window when first install NetBeans.
But in Welcome tab, can't get to any of the windows within, can't get to the
checkbox "SHOW ON STARTUP" either.
Comment 1 Alexey Anjeleevich 2006-09-18 10:58:22 UTC
It seems that welcome screen does not get focus after it was activated.
(After mouse click on already activated welcome screen all is's components
became accessible by Tab presses).

I change component/subcomponent to ui/welcome.
Comment 2 Alexander Kouznetsov 2006-09-18 12:57:38 UTC
This is also reproducible with Enterprise Pack Welcome Screen. According to  Accesibility Bug Priority Guidelines this is P1 issue: A component is completely unreachable by keyboard.
Comment 3 Alexander Kouznetsov 2006-09-18 17:22:13 UTC
See also CR 6471300 (originally filed issue for NB Ent Pack Welcome Screen A11Y issue).

mmirilovic, please, comment on priority lowering.
Comment 4 Stanislav Aubrecht 2006-09-19 13:53:29 UTC
reproduced
Comment 5 Stanislav Aubrecht 2006-09-20 11:02:29 UTC
fixed in trunk

Checking in WelcomeComponent.java;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/WelcomeComponent.java,v  <-- 
WelcomeComponent.java
new revision: 1.13; previous revision: 1.12
done
Checking in content/ContentPanel.java;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/content/ContentPanel.java,v 
<--  ContentPanel.java
new revision: 1.9; previous revision: 1.8
done
Comment 6 Stanislav Aubrecht 2006-09-20 11:29:50 UTC
Created attachment 34228 [details]
patch for release55 branch
Comment 7 Stanislav Aubrecht 2006-09-20 11:31:06 UTC
fixed in release55_dev branch

Checking in content/ContentPanel.java;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/content/ContentPanel.java,v 
<--  ContentPanel.java
new revision: 1.1.2.8.2.1; previous revision: 1.1.2.8
done
Checking in WelcomeComponent.java;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/WelcomeComponent.java,v  <-- 
WelcomeComponent.java
new revision: 1.7.30.5.6.1; previous revision: 1.7.30.5
done
Comment 8 David Simonek 2006-09-22 11:09:16 UTC
patch reviewed, OK.
Just minor - focusAnyContentPanel returns boolean which is not used anywhere?
Comment 9 Stanislav Aubrecht 2006-09-22 12:37:29 UTC
fixed in release55 branch

Checking in content/ContentPanel.java;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/content/ContentPanel.java,v 
<--  ContentPanel.java
new revision: 1.1.2.9; previous revision: 1.1.2.8
done
Checking in WelcomeComponent.java;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/WelcomeComponent.java,v  <-- 
WelcomeComponent.java
new revision: 1.7.30.6; previous revision: 1.7.30.5
done
Comment 10 Marian Mirilovic 2006-09-26 14:29:57 UTC
verified NB 5.5 (200609260000)