Changes between Initial Version and Version 1 of Ticket #26600, comment 31
- Timestamp:
- 03/28/2015 02:40:28 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26600, comment 31
initial v1 17 17 > Not quite sure what you mean there. 18 18 [http://cherne.net/brian/resources/jquery.hoverIntent.html jQuery hoverIntent] is a jQuery plugin used in core that attempts to determine the user's intent with mouse movement, borrowed the name "typing-intent" from there. Wondering about something to detect when users intend to actually stop entering their search term and just then fire the search. 19 Asked @azaozz and turns out this kind of solution is already used on the TinyMCE "Insert/edit link" modal, when you search for internal links. See https://core.trac.wordpress.org/browser/trunk/src/wp-includes/js/wplink.js #L6719 Asked @azaozz and turns out this kind of solution is already used on the TinyMCE "Insert/edit link" modal, when you search for internal links. See https://core.trac.wordpress.org/browser/trunk/src/wp-includes/js/wplink.js?rev=31606#L67 20 20 But for implementing that I'd really need some help :)