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 25387 - Term.setTrackCursor(boolean track_cursor) ignores the parameter value
Summary: Term.setTrackCursor(boolean track_cursor) ignores the parameter value
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks: 23047
  Show dependency tree
 
Reported: 2002-07-08 11:17 UTC by _ ttran
Modified: 2008-12-23 08:39 UTC (History)
2 users (show)

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 _ ttran 2002-07-08 11:17:35 UTC
the code looks like this

    public void setTrackCursor(boolean track_cursor) {
	this.track_cursor = true;
    }

which is obviously wrong
Comment 1 _ ttran 2002-07-08 11:19:19 UTC
I'll fix this bug
Comment 2 _ ttran 2002-07-08 11:31:26 UTC
fixed in trunk
Comment 3 Marian Mirilovic 2002-10-25 13:54:45 UTC
verified
Comment 4 Quality Engineering 2003-07-01 16:52:05 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2008-12-23 08:39:55 UTC
moving terminal emulator issues to terminalemulator component.
To see the correct version and target milestone of this issue look at Issue
Activity table.