Bug 1030266

Summary: Readonly filed "Type" has wrong name and id attributes in edit mode of Scoped roles form
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jakub Cechacek <jcechace>
Component: Web ConsoleAssignee: Harald Pehl <hpehl>
Status: CLOSED CURRENTRELEASE QA Contact: Jakub Cechacek <jcechace>
Severity: low Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: brian.stansberry, hbraun, jkudrnac
Target Milestone: DR0   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 14:34:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jakub Cechacek 2013-11-14 09:16:55 UTC
Attributes name and id (even though this one is generated by GWT) are incorrect for "Type" filed in Scoped Roles form. 

<input type="text" class="gwt-TextBox" name="name" title="Type" tabindex="0" disabled="" id="form-gwt-uid-61_name#1" aria-labelledby="form-gwt-uid-61_name#1_l" aria-required="true">

It seems to me like this is copy-paste-edited "Name" filed, except attributes weren't renamed. 
 
<input type="text" class="gwt-TextBox" name="name" title="Name" tabindex="0" disabled="" id="form-gwt-uid-61_name" aria-labelledby="form-gwt-uid-61_name_l" aria-required="true">

Comment 1 Harald Pehl 2013-11-14 09:35:44 UTC
The ever-popular copy-paste-pattern. Fixed in upstream.

Comment 2 Jakub Cechacek 2014-07-07 10:48:07 UTC
Verified