forked from pjanik/orion.client
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Bug 423815 - Outline filter should be smarter
- Assumed implicit leading wildcard on the filter term - Maintained filter state across user triggered outline node collapse/expand - Delayed filtering by 200ms to prevent multiple calls to filtering functions if the user is quickly adding or removing characters - Made filter case-insensitive by default. The filter will only be case-sensitive if the user inputs an uppercase letter. - Refactored filtering functions in /web/orion/outliner.js --Signed-off-by: Elijah El-Haddad <elijahe@ca.ibm.com>
- Loading branch information
Showing
3 changed files
with
79 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters