jackeri commented on code in PR #1477:
URL: https://github.com/apache/wicket/pull/1477#discussion_r3354446311


##########
wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js:
##########
@@ -665,7 +665,7 @@
 
                                        if (document.activeElement !== input) {
                                                ignoreOneFocusGain = true;
-                                               input.trigger('focus');
+                                               jQuery(input).trigger('focus');

Review Comment:
   True, but then it would be better to upgrade the whole style of the script. 
This keeps the same style as with the other calls.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to