Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1169168
D376.id924.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, Sep 25, 9:37 PM
Size
453 B
Mime Type
text/x-diff
Expires
Fri, Sep 26, 9:37 PM (14 h, 21 m)
Engine
blob
Format
Raw Data
Handle
757496
Attached To
D376: INP-1778 Auto-focus correct form control on error
D376.id924.diff
View Options
Index: core/admin_templates/js/forms.js
===================================================================
--- core/admin_templates/js/forms.js
+++ 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