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

Summary: Bugs in "Find" action
Product: cnd Reporter: ilia
Component: TerminalemulatorAssignee: ilia
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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