Posted by naseem_sarwar on May 5, 2011 at 8:39am
2 followers
| Project: | Inline Ajax Search |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
that the issue occurs when a very short amount of time is lapsed between typing the last character and hitting the return button – regardless of the speed you type.
Comments
#1
I'm attaching a small patch for the approach I took to solve this issue.
I'm setting a new status variable in the IAS_settings object that will stop the blur function from clearing the search input field if the ajax response has not returned yet.