[jira] [Updated] (TOBAGO-1709) Duplicated IDs when using 'labelLayout=segmentLeft' or 'labelLayout=segmentRight'

2017-04-18 Thread Henning Noeth (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOBAGO-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Noeth updated TOBAGO-1709:
--
   Resolution: Fixed
Fix Version/s: 3.1.0
   Status: Resolved  (was: Patch Available)

The committed code use the existing switch case statement as suggested by 
Dennis.

> Duplicated IDs when using 'labelLayout=segmentLeft' or 
> 'labelLayout=segmentRight'
> -
>
> Key: TOBAGO-1709
> URL: https://issues.apache.org/jira/browse/TOBAGO-1709
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Reporter: Henning Noeth
>Assignee: Henning Noeth
> Fix For: 3.1.0
>
> Attachments: 
> TOBAGO_1709_Duplicated_IDs_when_using__labelLayout_segmentLeft__or__labelLayout_segmentRig.patch
>
>
> The following code produce duplicated IDs on the rendered DIV. It doesn't 
> matter if an ID is set.
> {code:xml}
>   
>   
> {code}
> The rendered result for 'inputOne' is:
> {code:xml}
>   
> 
>   Input
> 
>   
>   
> 
>id="page:mainForm:inputOne::field" class="tobago-in form-control">
> 
>   
> ...
> {code}
> The result for 'inputTwo' is very similar.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOBAGO-1709) Duplicated IDs when using 'labelLayout=segmentLeft' or 'labelLayout=segmentRight'

2017-03-13 Thread Henning Noeth (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOBAGO-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Noeth updated TOBAGO-1709:
--
Status: Patch Available  (was: Open)

> Duplicated IDs when using 'labelLayout=segmentLeft' or 
> 'labelLayout=segmentRight'
> -
>
> Key: TOBAGO-1709
> URL: https://issues.apache.org/jira/browse/TOBAGO-1709
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Reporter: Henning Noeth
>Assignee: Henning Noeth
> Attachments: 
> TOBAGO_1709_Duplicated_IDs_when_using__labelLayout_segmentLeft__or__labelLayout_segmentRig.patch
>
>
> The following code produce duplicated IDs on the rendered DIV. It doesn't 
> matter if an ID is set.
> {code:xml}
>   
>   
> {code}
> The rendered result for 'inputOne' is:
> {code:xml}
>   
> 
>   Input
> 
>   
>   
> 
>id="page:mainForm:inputOne::field" class="tobago-in form-control">
> 
>   
> ...
> {code}
> The result for 'inputTwo' is very similar.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)