Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F871639
D42.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, May 8, 12:03 AM
Size
503 B
Mime Type
text/x-diff
Expires
Fri, May 9, 12:03 AM (8 h, 38 m)
Engine
blob
Format
Raw Data
Handle
617646
Attached To
D42: INP-1408 - Perform search, when ENTER used in "grid_like_combo_filter" block (the AJAXDropdown)
D42.diff
View Options
Index: branches/5.2.x/core/admin_templates/js/ajax_dropdown.js
===================================================================
--- branches/5.2.x/core/admin_templates/js/ajax_dropdown.js
+++ branches/5.2.x/core/admin_templates/js/ajax_dropdown.js
@@ -126,13 +126,6 @@
$(this.Input)
.attr('autocomplete', 'off')
- .keydown (
- function($e) {
- if ($e.keyCode == 13) {
- return false;
- }
- }
- )
.keyup ( function(ev) { obj.KeyUp(ev) } )
.blur ( function(ev) { obj.Blur(ev) } );
Event Timeline
Log In to Comment