-
27 Jan 2012 8:23 AM #1
setId() and radio buttons
setId() and radio buttons
If I have a combo box and do comboBox.setId("myID") the div element will have an id of "myID" and the child input element will have an id of "myID-input".
Now, if I do the same on a radio button, radio.setId("myID") the div element will have an id of "myID", but the input has an id of "x-auto-1" (or similar), and does not have "myID-input" for the element ID.
I appreciate the ability provided on setting IDs for input components, and would hope this can be done for all input components (makes those that are writing automated testing happier).
Thanks.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote