[
https://jira.jboss.org/jira/browse/RF-7737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joseph Miller updated RF-7737:
------------------------------
Description:
<rich:inputNumberSpinner id="duration"/>
produces HTML like (some cruft removed for readability):
<table
id="create-manual-booking-dialog:create-manual-booking-dialog-panel-form:duration">
<tbody><tr>
<td class="rich-spinner-input-container" id="myform:durationEdit">
<input type="text" class="rich-spinner-input" name="myform:duration"
size="10" value="2" autocomplete="off"/>
</td>
<td class="rich-spinner-buttons" id="myform:durationFor" style="width: 1%;">
... spinner buttons table...
</td>
</tr>
</tbody>
</table>
**NOTE: the input element has no id attribute assigned, just a name attribute.
This makes it difficult to test, say with Selenium.
was:
<rich:inputNumberSpinner id="duration"/>
produces HTML like (some cruft removed for readability):
<table
id="create-manual-booking-dialog:create-manual-booking-dialog-panel-form:duration">
<tbody><tr>
<td class="rich-spinner-input-container" id="myform:durationEdit">
<input type="text" class="rich-spinner-input" name="myform:duration"
size="10" value="2" autocomplete="off"/>
</td>
<td class="rich-spinner-buttons"
id="create-manual-booking-dialog:create-manual-booking-dialog-panel-form:durationFor"
style="width: 1%;">
... spinner buttons table...
</td>
</tr>
</tbody>
</table>
**NOTE: the input element has no id attribute assigned, just a name attribute.
This makes it difficult to test, say with Selenium.
> rich:inputNumberSpinner input text field does not get assigned an id
> --------------------------------------------------------------------
>
> Key: RF-7737
> URL: https://jira.jboss.org/jira/browse/RF-7737
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.1
> Reporter: Joseph Miller
>
> <rich:inputNumberSpinner id="duration"/>
> produces HTML like (some cruft removed for readability):
> <table
> id="create-manual-booking-dialog:create-manual-booking-dialog-panel-form:duration">
> <tbody><tr>
> <td class="rich-spinner-input-container" id="myform:durationEdit">
> <input type="text" class="rich-spinner-input" name="myform:duration"
> size="10" value="2" autocomplete="off"/>
> </td>
> <td class="rich-spinner-buttons" id="myform:durationFor" style="width: 1%;">
> ... spinner buttons table...
> </td>
> </tr>
> </tbody>
> </table>
> **NOTE: the input element has no id attribute assigned, just a name
> attribute. This makes it difficult to test, say with Selenium.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues