Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098892
D42.id.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, Aug 14, 7:12 AM
Size
503 B
Mime Type
text/x-diff
Expires
Fri, Aug 15, 7:12 AM (49 m, 29 s)
Engine
blob
Format
Raw Data
Handle
710802
Attached To
D42: INP-1408 - Perform search, when ENTER used in "grid_like_combo_filter" block (the AJAXDropdown)
D42.id.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