Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1170202
D376.id951.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
Sat, Sep 27, 12:21 AM
Size
498 B
Mime Type
text/x-diff
Expires
Sun, Sep 28, 12:21 AM (15 h, 5 m)
Engine
blob
Format
Raw Data
Handle
758173
Attached To
D376: INP-1778 Auto-focus correct form control on error
D376.id951.diff
View Options
Index: branches/5.2.x/core/admin_templates/js/forms.js
===================================================================
--- branches/5.2.x/core/admin_templates/js/forms.js
+++ branches/5.2.x/core/admin_templates/js/forms.js
@@ -102,7 +102,7 @@
}*/
if ( typeof(first_error[prefix]) == 'undefined' || first_error[prefix] == false ) {
- first_error[prefix] = [field, element];
+ first_error[prefix] = [field, $input_fields.length > 0 ? $input_fields.first().attr('id') : element];
}
}
Event Timeline
Log In to Comment