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 18729 - [core] Popup menu should have closed after focusing another property
Summary: [core] Popup menu should have closed after focusing another property
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ ttran
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2001-12-17 14:41 UTC by Marian Mirilovic
Modified: 2008-12-23 13:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jar patch for release33 (4.40 KB, application/octet-stream)
2002-01-16 15:15 UTC, _ ttran
Details
diff against release33 (1.43 KB, patch)
2002-01-16 15:25 UTC, _ ttran
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2001-12-17 14:41:56 UTC
[nb_release33](20011217), [jdk1.3.1](01)

Steps to reproduce:
- select some node in Explorer
- invoke in Properties window popup menu on some property (Shift+F10)
-> popup menu is opened
- hit Tab 
-> next property is focused, but popup menu is still showned !
- it's possible close it only by Esc!

This behaviour cause problems if property sheet is displyed in Dialog (Customize
bean) , if you hit Exc there -> whole dialog closing instead popup menu and it's
bad.
Comment 1 David Strupl 2002-01-03 14:22:21 UTC
When there is a popup displayed all keyboard events should be routed
to the popup. I have no clue why Esc and Tab get throught to the
underlaying component (causing focus transfer or dialog closing).
Comment 2 Marian Mirilovic 2002-01-07 16:15:10 UTC
lower priority to P4, due to Accessibility Bug Priority Guidelines.
Comment 3 David Strupl 2002-01-15 15:24:54 UTC
This problem is serious only case in which a property sheet is in a
dialog that reacts to Esc by closing. Unfortunately Customize Bean is
such kind of dialog.

There is no way to dismiss the popup invoked by Shift-F10 on property
sheet cell (without closing the dialog).
Comment 4 _ ttran 2002-01-16 13:49:15 UTC
fixed in trunk, diff against release33 will be attached shortly
Comment 5 _ ttran 2002-01-16 15:15:04 UTC
Created attachment 4200 [details]
jar patch for release33
Comment 6 _ ttran 2002-01-16 15:25:58 UTC
Created attachment 4201 [details]
diff against release33
Comment 7 Marian Mirilovic 2002-01-16 15:41:39 UTC
verified patch. 

It works much better, if you now invoke popup menu on porperty in
modal dialog , after hitting Esc you close popup menu and next Esc
close whole dialog.

Thanks Trung.
Comment 8 eadams 2002-01-16 16:55:55 UTC
Approved
Comment 9 iformanek 2002-01-16 17:06:18 UTC
Approved
Comment 10 Jan Chalupa 2002-01-16 20:19:20 UTC
Approved by QA.
Comment 11 _ ttran 2002-01-17 09:12:28 UTC
intgrated into release33
Comment 12 Marian Mirilovic 2002-01-18 09:45:24 UTC
verified in [nb3.3.1-rc2](200201180727)
Comment 13 Quality Engineering 2003-07-01 16:16:49 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.