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 32915 - Backspace in Explorer pop-up search field does not backtrack
Summary: Backspace in Explorer pop-up search field does not backtrack
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: t_h
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2003-04-15 16:37 UTC by Jesse Glick
Modified: 2009-08-21 06:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
a possible patch (4.00 KB, patch)
2003-04-25 15:03 UTC, Jiri Rechtacek
Details | Diff
jar into patches/lib (154.25 KB, application/octet-stream)
2003-04-25 15:04 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-04-15 16:37:29 UTC
See issue #32909 for some background. If you start
to search in the Explorer by pressing some keys,
and then hit Backspace to undo some of the search,
it should backtrack to what was selected when you
previously had only that substring entered - or if
you delete all characters, it should backtrack all
the way to the selection in effect before the
search box opened. Instead, Backspace does not
move the selection (though typing new characters
after Backspace does correctly search for the new
prefix).

Try using link searching in Mozilla 1.2+ to
experience the correct behavior.
Comment 1 Jesse Glick 2003-04-15 16:38:02 UTC
Relatively minor.
Comment 2 Jiri Rechtacek 2003-04-25 15:03:48 UTC
Created attachment 10169 [details]
a possible patch
Comment 3 Jiri Rechtacek 2003-04-25 15:04:43 UTC
Created attachment 10170 [details]
jar into patches/lib
Comment 4 Jiri Rechtacek 2003-04-25 15:25:16 UTC
I attached one of possible patches. It works that it selects the first
occurrence (from top of tree) of nodes which node's name matches with
prefix in search field. Backspace now backtracks around the first
matches. But. it could be annoying that selection can jumped after
whole tree if it's large. The current implementation pushes for
minimum of selection jumps if possible. Jesse, could you consider if
this patch meets a expectation. Thanks
Comment 5 Lukas Hasik 2003-04-28 09:33:31 UTC
Jiri,It looks fine for me ;)
But, java is CaseSensitive, should the searching be CS too???
Comment 6 Jiri Rechtacek 2004-04-23 10:45:48 UTC
Assigned to new owner.
Comment 7 Tomas Danek 2005-07-22 09:04:44 UTC
Still does not work in 4.2 dev, i know it's a minor bug (but we have some
proposed patch), but fixing this increases usability IMHO.
Comment 8 Antonin Nebuzelsky 2008-02-07 16:07:49 UTC
Reassigning to new module owner Tomas Holy.
Comment 9 t_h 2009-08-17 14:54:37 UTC
core-main #9543ac461adf
Comment 10 Quality Engineering 2009-08-21 06:11:39 UTC
Integrated into 'main-golden', will be available in build *200908210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9543ac461adf
User: Tomas Holy <t_h@netbeans.org>
Log: #32915: Backspace in Explorer pop-up search field does not backtrack