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 19325 - No accessibility of checkbox "Global"
Summary: No accessibility of checkbox "Global"
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords: A11Y
: 19326 19327 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-01-11 09:59 UTC by Jaromir Uhrik
Modified: 2007-05-21 09:12 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 Jaromir Uhrik 2002-01-11 09:59:30 UTC
[dev 3.3.1, jdk14]
1.Run Update Center wizard and go through it to its step 4
2.There will be module(s) added to the list in the middle of the wizard panel
There is no way to change the status of "Global" property by keyboard.
Comment 1 Jaromir Uhrik 2002-01-11 10:26:01 UTC
*** Issue 19326 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Mzourek 2002-01-16 09:05:53 UTC
Too risky to fix for NetBeans 3.3.1.
Comment 3 akemr 2002-03-05 09:22:20 UTC
Fixed in trunk - Global (and Include) checkboxes
now available via Alt-G (Alt-I)
Comment 4 Jaromir Uhrik 2002-04-22 15:45:59 UTC
The IDE [#200204220100] throws 
java.lang.NullPointerException when Alt+i is pressed twice 
in the last panel of the wizard. I thied just add the cpp 
module and after the download I have pressed the Alt+i 2-
times. Here is the exception:

java.lang.NullPointerException
        at 
org.netbeans.modules.autoupdate.ResultsPanel.doInclude
(ResultsPanel.java:218)
        at 
org.netbeans.modules.autoupdate.ResultsPanel.jList1KeyPress
ed(ResultsPanel.java:186)
        at 
org.netbeans.modules.autoupdate.ResultsPanel.access$100
(ResultsPanel.java:29)
        at 
org.netbeans.modules.autoupdate.ResultsPanel$2.keyPressed
(ResultsPanel.java:137)
        at java.awt.AWTEventMulticaster.keyPressed
(AWTEventMulticaster.java:188)
        at java.awt.Component.processKeyEvent
(Component.java:4990)
        at javax.swing.JComponent.processKeyEvent
(JComponent.java:2372)
        at java.awt.Component.processEvent
(Component.java:4841)
        at java.awt.Container.processEvent
(Container.java:1380)
        at java.awt.Component.dispatchEventImpl
(Component.java:3537)
        at java.awt.Container.dispatchEventImpl
(Container.java:1437)
        at java.awt.Component.dispatchEvent
(Component.java:3378)
        at java.awt.KeyboardFocusManager.redispatchEvent
(KeyboardFocusManager.java:1700)
        at 
java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent
(DefaultKeyboardFocusManager.java:571)
        at 
java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent
(DefaultKeyboardFocusManager.java:742)
        at 
java.awt.DefaultKeyboardFocusManager.typeAheadAssertions
(DefaultKeyboardFocusManager.java:676)
        at 
java.awt.DefaultKeyboardFocusManager.dispatchEvent
(DefaultKeyboardFocusManager.java:537)
        at java.awt.Component.dispatchEventImpl
(Component.java:3407)
[catch] at java.awt.Container.dispatchEventImpl
(Container.java:1437)
        at java.awt.Window.dispatchEventImpl
(Window.java:1566)
        at java.awt.Component.dispatchEvent
(Component.java:3378)
        at java.awt.EventQueue.dispatchEvent
(EventQueue.java:445)
        at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:190)
        at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:144)
        at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:138)
        at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:130)
        at java.awt.EventDispatchThread.run
(EventDispatchThread.java:98)
Comment 5 akemr 2002-05-14 13:05:05 UTC
Fixed in trunk
Comment 6 Jaromir Uhrik 2002-07-15 13:53:23 UTC
JTable solved the problem definitely.
Comment 7 Quality Engineering 2003-06-30 13:51:24 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.