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 208098

Summary: Quick search does not work in TreeTableView
Product: platform Reporter: Martin Entlicher <mentlicher>
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 208794    
Bug Blocks:    

Description Martin Entlicher 2012-02-06 15:41:27 UTC
TreeTableView inherits methods isQuickSearchAllowed() and setQuickSearchAllowed() from TreeView. But calling these methods have no effect, since the initialization of the quick search system is not called due to overridden initializeTree() method.
Comment 1 Martin Entlicher 2012-02-16 15:07:15 UTC
This is fixed by changeset:   213195:8d734b0ca5dd
http://hg.netbeans.org/main/rev/8d734b0ca5dd
Comment 2 Quality Engineering 2012-02-17 10:59:48 UTC
Integrated into 'main-golden', will be available in build *201202170400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8d734b0ca5dd
User: mentlicher@netbeans.org
Log: #110686, #208098 Quick search feature implemented for TreeTableView and OutlineView.