Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Fix for #2416 #2492

Merged
merged 5 commits into from
Oct 21, 2011
Merged

Conversation

hpbuniat
Copy link
Contributor

This should fix #2416 in a appropriate way.

@gseguin
Copy link
Contributor

gseguin commented Sep 21, 2011

Thank you for your contribution. Could you add a unit test to that pull request?

@hpbuniat
Copy link
Contributor Author

Sure. It's a explicit test for this issue, as all other aspects are already covered.

$searchPage.find('input').val('*');
$searchPage.find('input').trigger('change');

setTimeout(function() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for a setTimeout here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for the other filter-tests. Fixed in 68e2839

gseguin added a commit that referenced this pull request Oct 21, 2011
@gseguin gseguin merged commit 55d8989 into jquery-archive:master Oct 21, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search filter bar throws error when searching for '*'
3 participants