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 225658 - In Output Window: delete button works like backspace & backspace button as ^h
Summary: In Output Window: delete button works like backspace & backspace button as ^h
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-02 16:21 UTC by Herrib
Modified: 2013-11-15 11:44 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 Herrib 2013-02-02 16:21:29 UTC
Platform: NetBeans 7.3RC1
java version "1.7.0_13"
Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)

OS: 2.6.32-279.19.1.el6.x86_64 #1 SMP Tue Dec 18 15:04:44 PST 2012 x86_64 x86_64 x86_64 GNU/Linux

Same code executed on NetBean 7.2.1 (no issue)

 while ((c =getchar())!='\n') {
          
      ...
    }

In the output console:

=> backspace is translated as ^H
=> delete acts as backspace


The system is correctly configured (console mode, Gnome console ...) and the previous NetBeans version of the output console does not present this flaw.
Comment 1 Leonid Lenyashin 2013-05-21 17:43:31 UTC
Please evaluate
Comment 2 Andrew Krasny 2013-05-28 14:30:28 UTC
This doesn't sound like a P2.
The related bug is #194480.
This could be a regression after a fix of #182824...
Comment 3 ilia 2013-11-11 08:43:57 UTC
Fixed in internal repo:
    rev/51df4d115985
Comment 4 Quality Engineering 2013-11-14 14:33:39 UTC
Integrated into 'releases/release74', will be available in build *201311141216* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/5f76fbfa3cb3
User: Ilia Gromov <ilia@netbeans.org>
Log: fixed Bug 225658 - In Output Window: delete button works like backspace & backspace button as ^h
(transplanted from 51df4d11598512b36478dfca2bb3412301907306)
Comment 5 soldatov 2013-11-15 11:44:34 UTC
verified in NetBeans IDE 7.4 (Build 201311142201)