| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
attr
Related to #1546.
|
|
|
|
| |
Standardized node.textContent is available since IE9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change adds a new class to the quicksearch's <form>
element while the quicksearch is running. This is to
make it easier to style the form, e.g. with a throbber gif
in the search box, to indicate that something is happening.
For slow connections, it is sometimes not apparent that
waiting for a few seconds will present the user with a list
of matching pagenames.
The new 'searching' class is added just before the POST
request is sent, and cleared both on successful completion
and when the search box is cleared.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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
|