Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1176006
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
Sun, Oct 5, 12:36 PM
Size
503 B
Mime Type
text/x-diff
Expires
Mon, Oct 6, 12:36 PM (19 h, 45 m)
Engine
blob
Format
Raw Data
Handle
762826
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