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 38810

Summary: [SDI] It's impossible invoke actions from main menu by keyborad
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: Window SystemAssignee: Milos Kleint <mkleint>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2004-01-15 11:42:21 UTC
[nb_dev](200401141900), [jdk1.4.2_03]
reproducible on Linux RH9/Gnome and Sol8/CDE

Steps to reproduce:
- run IDE
- switch to SDI
- open some file - cursor is in edited document
- push Alt-F
-> File main menu is rolled-down
- try select "New..." menu item and press Enter
-> nothing happend !

It's high priority A11Y issue.
Comment 1 Marian Mirilovic 2004-01-15 11:43:13 UTC
By the way it seems like invoking main menu doesn't change focus to
main window - this is the reason - I think.
Comment 2 Peter Zavadsky 2004-01-16 13:03:07 UTC
First I thought it is because I removed some code from
ShortcutAndKeyEventProcessor which was dealing with this in older SDI.

But as I tested, this issue, is also in 3.4 also 3.5.1.
Comment 3 David Simonek 2004-02-09 15:35:58 UTC
Passing to Milos.
Comment 4 Milos Kleint 2004-02-10 12:39:59 UTC
fiuxed in trunk by putting main window to front when processing shortcuts.
Comment 5 Milos Kleint 2004-02-10 13:18:35 UTC
reopening..
Comment 6 Milos Kleint 2004-02-10 16:06:20 UTC
this time I think it's fixed correctly.
Comment 7 Marian Mirilovic 2004-02-16 16:13:12 UTC
verified in [nb_dev](200402151900)