| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
This prevents old requests that need longer than the newer ones (likely,
as if you type more less results are returned) from overriding the
results list.
|
|
|
|
|
| |
Use variable for maximum number of suggestions for quicksearch.
And hide suggestions when search field is emptied, or when no suggestion are found.
|
| |
|
|
|
|
|
|
| |
fixes the problem with missing innerText in Firefox (and other browsers)
and corrects shortening in regard to paddings and the use of the
text-overflow attribute
|
| |
|
| |
|
|
|
|
|
| |
This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c.
This reverts commit 923510088dda99cb2790b15308593e47369d4f01.
|
| |
|
|
|
|
|
| |
The ajax quicksearch sent a request on every keystroke instead of
waiting for the user to stop typing.
|
|
* Move file to qsearch.js
* Rename object to dw_qsearch
* Remove unnecessary usage of Delay
* Use $ prefix for jQuery objects
* Fix result list hiding on click
* Fix namespace shorting
|