Bug 21423 - Incremental search is triggered too rapidly in the Web Inspector
Summary: Incremental search is triggered too rapidly in the Web Inspector
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 18:37 PDT by Timothy Hatcher
Modified: 2014-12-12 14:11 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-10-06 18:37:23 PDT
The incremental searching is often too rapid to be useful in the Web Inspector. We should wait a fixed amount of time typing stops. This might let us remove the 3 character minimum.

The wait time could be inverse to the search query length too. Shorter string have a longer delay, so the use can type more. As the string gets longer the delay could shorten.

We might just want to ditch using WebCore's concept of incremental. Or consider this for all input search fields.
Comment 1 Brian Burg 2014-12-12 14:11:09 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.