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 49696 - Find operation drops characters
Summary: Find operation drops characters
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-29 15:35 UTC by _ gtzabari
Modified: 2007-11-05 13: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 _ gtzabari 2004-09-29 15:35:26 UTC
dev build 200409281800

You need to execute this all fairly quickly for
the bug to occur. Looks like a race condition.

1) CTRL-F, brings up the find dialog
2) Type "index" and <enter> quickly
3) Search will be for "inde", dropping the "x"

This is reproducible 100% of the time. You can see
that the find dialog contains the word "index"
when you click ENTER and yet it still searchs for
"inde", as if it never got informed of the last
character being inserted.
Comment 1 Miloslav Metelka 2004-10-19 15:10:45 UTC
You're right, I was able to reproduce.
I'll try to fix this into 4.0.
Comment 2 Dusan Balek 2004-10-27 10:45:30 UTC
Fixed in [maintrunk].

Checking in FindDialogSupport.java;
/cvs/editor/libsrc/org/netbeans/editor/ext/FindDialogSupport.java,v 
<--  FindDialogSupport.java
new revision: 1.51; previous revision: 1.50
done