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 137929

Summary: Results popup flickers
Product: platform Reporter: David Simonek <dsimonek>
Component: Quick SearchAssignee: David Simonek <dsimonek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 134398    

Description David Simonek 2008-06-23 08:34:18 UTC
Steps to reproduce:
1) Invoke QSearch and type for example "Run" quickly
2) During typing, popup containing result is flickering quickly as it tries to show updated results

Solution: Coalesce incoming model changes and repaint / layout results popup only after some time, say after 100 ms
(border of human reaction time)
Comment 1 David Simonek 2008-06-24 15:35:02 UTC
Fixed in http://hg.netbeans.org/main/rev/9ca2a107c2e3
Comment 2 Quality Engineering 2008-06-27 16:32:42 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #285 build
Changeset: http://hg.netbeans.org/main/rev/9ca2a107c2e3
User: Dafe Simonek <dsimonek@netbeans.org>
Log: #137929: Fast coming model changes firing coalesced