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 34937 - keyboard menu navigation and "..." menu item suffix
Summary: keyboard menu navigation and "..." menu item suffix
Status: RESOLVED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2003-07-15 10:10 UTC by David Kaspar
Modified: 2007-01-04 17:14 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 David Kaspar 2003-07-15 10:10:23 UTC
How to reproduce:
1) Mount CVS working directory using Java CVS module
2) Invoke CVS popup menu using Shift+F10 on some
CVS file/dir

3) Move in the menu using Up/Down arrow keys
4) ERROR - "..." menu item suffix appears whenever
any button is pressed (I think suffix should be
added only if Ctrl key is pressed).

5) Move to some command and try to invoke advanced
dialog of some command using Ctrl+Enter keys.
6) ERROR - Nothing happens - key event is ignored
(but suffix "..." disappears).

7) Invoke CVS menu once again. Move to some
command and try to invoke normal (not advanced)
dialog of some command using Enter key.
8) ERROR - "..." is not shown and advanced dialog
appears.
Comment 1 Martin Entlicher 2003-07-21 17:40:22 UTC
This has an effect on usability. However it's strange that the
behavior seems to be different from command-line integration. "..."
are shown there as expected, but CTRL+Enter is ignored as well.

This problem in command-line integration should be scheduled for 4.0
to improve the usability.
Comment 2 Martin Entlicher 2004-01-14 15:30:30 UTC
As described at
http://www.netbeans.org/servlets/ReadMsg?msgId=655179&listName=nbusers
the development of javacvs module has been stopped.