Bug 1030266 - Readonly filed "Type" has wrong name and id attributes in edit mode of Scoped roles form
Summary: Readonly filed "Type" has wrong name and id attributes in edit mode of Scoped...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Console
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: DR0
: EAP 6.3.0
Assignee: Harald Pehl
QA Contact: Jakub Cechacek
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-14 09:16 UTC by Jakub Cechacek
Modified: 2015-02-01 23:00 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 14:34:53 UTC
Type: Bug


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.