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 104111 - paste (ctrl-v) not working in empty field Debug/Configure/EnvironmentVar
Summary: paste (ctrl-v) not working in empty field Debug/Configure/EnvironmentVar
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-16 20:24 UTC by Thomas Preisler
Modified: 2009-12-21 05: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 Thomas Preisler 2007-05-16 20:24:00 UTC
Name: ssR10036			Date: 09/01/2003


Setting Debug/Configure/EnvironmentVariables failure:
if EnvironmentVariables/Name field is *empty*, Ctrl-V is not working.

W/around: Type 'Space Blank' then Ctrl-V then delete space to put the
name correctly in this field.

According to JLF-II p229 one should be able to paste into a selected cell w/o having
to first move the cell into an editing mode.
NB's tree tables also allow it.

The table code used for environment variables is part of CND.
However the same code is used in dbxgui (in fact it got cloned out
of dbxgui into cnd) as com.sun.tools.debugger.dbxgui.debugger.ListTableModel.

Fixing this in one place doesn't make sense; we need to factor first.
And the first step to that is seeing if ListTableModel is public in CND
orwhether we can find a good home for it.
I"ll reasssign this to ide/projects to see whether any of the above
is feasible.
ivan
Comment 1 Quality Engineering 2009-12-21 05:54:52 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team