]
Nick Belaevski resolved RF-7737.
--------------------------------
Resolution: Won't Fix
You can use rich-* class to test it
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="myform: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: