Open Bug 1226894 Opened 9 years ago Updated 2 years ago

Filtering starts too early/fast

Categories

(DevTools :: Memory, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: jsantell, Unassigned)

Details

(Whiteboard: [polish-backlog][difficulty=easy])

As soon as a change occurs in the filter bar, a new census begins almost immediately -- this should be a bit longer, as it's unlikely a one character difference is intended from the user -- and because it happens so quickly, when typing fast, it gets a little janky. Currently at a 250ms debounce. Can also use `require("sdk/lang/functional").debounce)` to remove dupe code. Making the debounce delay longer could make it seem like the first keystroke is unresponsive, maybe there's a more clever way of doing it.
STR: type slow-ish in the filter search box.
Has STR: --- → yes
Priority: -- → P3
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.