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 19289 - [SDI] It's impossible work with Main menu by keyboard
Summary: [SDI] It's impossible work with Main menu by keyboard
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ ttran
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2002-01-10 15:57 UTC by Marian Mirilovic
Modified: 2008-12-23 13:33 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch for release33 build to fix the bug (2.49 KB, application/octet-stream)
2002-01-15 10:44 UTC, _ ttran
Details
diff against release33 branch to fix the bug (5.37 KB, patch)
2002-01-15 10:47 UTC, _ ttran
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2002-01-10 15:57:10 UTC
[nb331_dev](200201100331), [jdk1.4](91)
Solaris 5.8/CDE

Steps to reproduce:
- run IDE
- open some java file 
- try to edit file
- hit F10 ( invoke Main menu "File")
- menu is visible

-> It's impossible select menu by Up/Down or Left/Roght select another menu, it
works fine by mouse but not by keyboard.
(After hitting Up/Down/Left/Right cursor is moved inside Source editor - it
looks like focused is still Source Editor instead main window)

P2 - it's A11Y issue with high priority, impossibility to select something from
menu by keyboard prohibit functionality for people with disabilities. 

!!! Please evaluate ASAP, if this one is JDK issue mark as WONTFIX, thanks.
Comment 1 _ ttran 2002-01-10 16:10:27 UTC
MDI or SDI?
Comment 2 Marian Mirilovic 2002-01-10 16:19:05 UTC
SDI
Comment 3 jrojcek 2002-01-10 16:43:47 UTC
It also doesn't work in explorer when popup exceeds explorer border.
Looks like problem with heavyweight popups.
Comment 4 _ ttran 2002-01-10 16:49:59 UTC
the feature we have in NB - driving the main menu even if the main
window is not a focused one - is not the default behavior of
AWT/Swing.  It's a very ugly hack which stopped working in JDK 1.4.  I
can try to find another hack, but don't hold high hope
Comment 5 Jan Chalupa 2002-01-11 14:05:27 UTC
Target milestone -> 3.4
Comment 6 Jan Chalupa 2002-01-11 14:08:55 UTC
Target milestone -> 3.4
Comment 7 Jan Chalupa 2002-01-11 14:09:41 UTC
Target milestone -> 3.4
Comment 8 Jan Chalupa 2002-01-11 14:12:13 UTC
Target milestone -> 3.4
Comment 9 _ ttran 2002-01-15 10:21:51 UTC
fixed in trunk, diff against release33 will be added shortly
Comment 10 _ ttran 2002-01-15 10:44:31 UTC
Created attachment 4161 [details]
patch for release33 build to fix the bug
Comment 11 _ ttran 2002-01-15 10:47:01 UTC
Created attachment 4162 [details]
diff against release33 branch to fix the bug
Comment 12 _ ttran 2002-01-15 12:30:57 UTC
dstrupl & jtulach have reviewed the fix, they had no objection
Comment 13 Marian Mirilovic 2002-01-15 15:34:59 UTC
I tested this issue in [nb_331-rc1](200201150331) on [jdk1.4](91) &
[jdk1.3.1](01) & [Solaris5.8](CDE) / [W2K] with attached patch and it
works fine. 


Patch VERIFIED.
Comment 14 Jan Chalupa 2002-01-15 15:40:12 UTC
Approved by QA
Comment 15 eadams 2002-01-15 17:15:36 UTC
Approved.
Comment 16 iformanek 2002-01-16 09:10:35 UTC
Approved
Comment 17 _ ttran 2002-01-16 10:27:29 UTC
integrated into release33
Comment 18 Marian Mirilovic 2002-01-18 09:56:13 UTC
verified in [nb3.3.1-rc2](200201180727) - it's possible work with menu
by keyboard (F10 - open menu and Up/Down/Left/Right expand, select
items)

but new issue arise (see issue 19563).
Comment 19 Quality Engineering 2003-07-01 16:27:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.