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 115929 - Regression: Cannot type space into Options/Misc/Ant Properties text area
Summary: Regression: Cannot type space into Options/Misc/Ant Properties text area
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords: REGRESSION
: 117842 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-18 22:47 UTC by nimarukan
Modified: 2008-12-22 10:54 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 nimarukan 2007-09-18 22:47:56 UTC
Regression in NB6b1 since NB6m10:

Can no longer type a space character into a property in the field

Tools/
  Options/
    Miscellaneous (icon)/
      Ant (tab)/
        Properties (textarea)

Typing a space character causes the text field to scroll instead.
VERY ANNOYING.

Space characters are required in some properties.

e.g., file names with spaces in name
e.g., to set multiple debugging jvm -D options on same line

[also, textarea height is too short, only two lines, was much better before]
Comment 1 Jesse Glick 2007-10-10 00:18:31 UTC
*** Issue 117842 has been marked as a duplicate of this issue. ***
Comment 2 Jesse Glick 2007-10-10 00:40:06 UTC
Actually applies to any text field in the Options dialog. Culprit seems to be OptionsPanel.initActions, which uses
WHEN_IN_FOCUSED_WINDOW. Not clear to me what these key bindings (UP, SPACE, DOWN) are for, so can't really say how this
should be fixed (other than to delete these bindings entirely).
Comment 3 rmatous 2007-10-10 10:49:07 UTC
key bindings == heritage for switching panels for individual categories
/cvs/core/options/src/org/netbeans/modules/options/OptionsPanel.java,v  <--  OptionsPanel.java
new revision: 1.59; previous revision: 1.58