Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1247286
D42.id141.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
Fri, Nov 21, 3:02 PM
Size
503 B
Mime Type
text/x-diff
Expires
Sat, Nov 22, 3:02 PM (9 h, 13 m)
Engine
blob
Format
Raw Data
Handle
810483
Attached To
D42: INP-1408 - Perform search, when ENTER used in "grid_like_combo_filter" block (the AJAXDropdown)
D42.id141.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