Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F775827
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, Feb 6, 8:38 AM
Size
453 B
Mime Type
text/x-diff
Expires
Fri, Feb 7, 8:38 AM (13 h, 22 m)
Engine
blob
Format
Raw Data
Handle
558337
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