[richfaces-issues] [JBoss JIRA] Resolved: (RF-7737) rich:inputNumberSpinner input text field does not get assigned an id

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Aug 20 09:19:23 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-7737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list