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 45805 - Missing cursor in editor and node selection in explorer
Summary: Missing cursor in editor and node selection in explorer
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-07-01 14:55 UTC by ehucka
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE's stacktrace (1.82 KB, text/plain)
2004-07-01 14:56 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2004-07-01 14:55:40 UTC
Build 200406301800
JDK 1.5.0

Sometimes (mostly after some refactoring or source
parsing) the IDE doesn't contains cursor in editor
and node selection in explorer. When I click into
the editor, cursor position is changed but I don't
see blinking cursor and I cannot write. Similar
behaviour is in the explorer - after mouse click -
node is selected (properties is changed) but I
cannot see selection.

After I invoke popup menu in editor an NPE is
thrown and all works right.

I don't know if it is in refactoring.
Comment 1 ehucka 2004-07-01 14:56:31 UTC
Created attachment 16105 [details]
NPE's stacktrace
Comment 2 Martin Matula 2004-07-12 09:42:30 UTC
Should by fixed together with issue 45739.
Comment 3 ehucka 2004-08-17 16:37:03 UTC
verified