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 - Results popup flickers
Summary: Results popup flickers
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Quick Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks: 134398
  Show dependency tree
 
Reported: 2008-06-23 08:34 UTC by David Simonek
Modified: 2008-12-22 11:45 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 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