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 262445 - Bugs in "Find" action
Summary: Bugs in "Find" action
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-15 14:06 UTC by ilia
Modified: 2016-08-02 01:58 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 ilia 2016-06-15 14:06:12 UTC
1. Find bar doesn't gain focus when called
2. Find action doesn't work in terminal that is created when Clean&Build or similar command is called.
Comment 1 Quality Engineering 2016-06-18 03:11:30 UTC
Integrated into 'main-silver', will be available in build *201606180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9fa22a71cd46
User: Ilia Gromov <ilia@netbeans.org>
Log: Partial fix for #262445 - Bugs in Find action
Comment 2 ilia 2016-07-29 16:23:44 UTC
Fixed in:
  https://hg.netbeans.org/cnd-main/rev/5da544e824b0

Disabling Find action in case we are not under TerminalContainer.
Clean, Build, Run, ... Doesn't use TerminalContainer, but use Terminal direcly instead. We can't provide search feature there because all search UI is implemented in TerminalContainer.
Comment 3 Quality Engineering 2016-08-02 01:58:23 UTC
Integrated into 'main-silver', will be available in build *201608020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5da544e824b0
User: Ilia Gromov <ilia@netbeans.org>
Log: Fixed #262445 - Bugs in "Find" action