Bug 591558

Summary: Automation ID attributes generated for lists in RHN
Product: [Retired] Red Hat Network Reporter: Denise Hughes <dhughes>
Component: RHN/Web SiteAssignee: Sebastian Skracic <sskracic>
Status: CLOSED CURRENTRELEASE QA Contact: venkat <vambati>
Severity: medium Docs Contact:
Priority: low    
Version: rhn522CC: acarter, nbronson, rhn-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: US2902
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-02 20:52:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 590910    

Description Denise Hughes 2010-05-12 14:46:29 UTC
Description of problem:
There exists documentation on what the expected ID's are & the Java and Perl list tags that you make these ID's

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Sebastian Skracic 2010-05-18 12:10:39 UTC
Both Perl and Java layers have been updated to generate appropriate HTML
ID's in list tags.

Comment 2 venkat 2010-05-19 15:54:04 UTC
Sebastian,

you created these ID's on the <td> instead of on the <input>

for example <td id="column1_1" class="list-checkbox">

this should be on 

<input type="checkbox" value="1015128756" onclick="checkbox_clicked(this, 'target_systems')" name="items_selected"/>

Comment 3 venkat 2010-05-19 17:32:32 UTC
one place this is true is under 

System Groups

select a group

Target Systems

Comment 4 Sebastian Skracic 2010-05-20 09:14:34 UTC
HTML ID's created on <input> checkbox elements as well:

<td id="column1_1" ...> <input type="checkbox" .... id="select_1"> </td>