You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Joe Knudsen (JIRA)" <de...@myfaces.apache.org> on 2009/02/13 01:08:59 UTC

[jira] Created: (TOMAHAWK-1393) t:selectManyCheckbox renders the checkbox after the text when it should be before the text

t:selectManyCheckbox renders the checkbox after the text when it should be before the text
------------------------------------------------------------------------------------------

                 Key: TOMAHAWK-1393
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1393
             Project: MyFaces Tomahawk
          Issue Type: Bug
    Affects Versions: 1.1.8
         Environment: I am using Windows XP with Tomcat 6.0.18 and MyFaces 1.2.5.
            Reporter: Joe Knudsen
            Priority: Minor


When using the t:selectManyCheckbox component the checkbox is on the wrong side.  When I use h:selectManyCheckbox that works but I wanted two columns and the layoutWidth is support in Tomahawk.  Seems like an easy issue to resolve.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-1393) t:selectManyCheckbox renders the checkbox after the text when it should be before the text

Posted by "Joe Knudsen (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673262#action_12673262 ] 

Joe Knudsen commented on TOMAHAWK-1393:
---------------------------------------

Here is the HTML example.

<legend><span id="frmEditAssessment:lblAccommodationGroup" class="DynamicContent">Accommodations</span>
                      </legend><table class="DynamicContent" id="frmEditAssessment:chkAccommodationCodes"><tr><td><label>18 Point Type (18)<input id="frmEditAssessment:chkAccommodationCodes:0" type="checkbox" name="frmEditAssessment:chkAccommodationCodes" value="18" /></label></td><td><label>24 Point Type (24)<input id="frmEditAssessment:chkAccommodationCodes:0" type="checkbox" name="frmEditAssessment:chkAccommodationCodes" value="24" /></label></td></tr><tr><td><label>Braille (BR)<input id="frmEditAssessment:chkAccommodationCodes:0" type="checkbox" name="frmEditAssessment:chkAccommodationCodes" value="BR" /></label></td><td><label>Computer Assisted (CA)<input id="frmEditAssessment:chkAccommodationCodes:0" type="checkbox" name="frmEditAssessment:chkAccommodationCodes" value="CA" /></label></td></tr><tr><td><label>Audio Presentation (MC)<input id="frmEditAssessment:chkAccommodationCodes:0" type="checkbox" name="frmEditAssessment:chkAccommodationCodes" value="MC" /></label></td><td><label>Script (MS)<input id="frmEditAssessment:chkAccommodationCodes:0" type="checkbox" name="frmEditAssessment:chkAccommodationCodes" value="MS" /></label></td></tr><tr><td><label>Made Tape of Answers (MT)<input id="frmEditAssessment:chkAccommodationCodes:0" type="checkbox" name="frmEditAssessment:chkAccommodationCodes" value="MT" /></label></td><td><label>Other Accommodation (OA)<input id="frmEditAssessment:chkAccommodationCodes:0" type="checkbox" name="frmEditAssessment:chkAccommodationCodes" value="OA" /></label></td></tr><tr><td><label>Scribe (SC)<input id="frmEditAssessment:chkAccommodationCodes:0" type="checkbox" name="frmEditAssessment:chkAccommodationCodes" value="SC" /></label></td><td><label>Translated Directions (TD)<input id="frmEditAssessment:chkAccommodationCodes:0" type="checkbox" name="frmEditAssessment:chkAccommodationCodes" value="TD" /></label></td></tr></table>



> t:selectManyCheckbox renders the checkbox after the text when it should be before the text
> ------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1393
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1393
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.8
>         Environment: I am using Windows XP with Tomcat 6.0.18 and MyFaces 1.2.5.
>            Reporter: Joe Knudsen
>            Priority: Minor
>         Attachments: screen shot of bug.jpg
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When using the t:selectManyCheckbox component the checkbox is on the wrong side.  When I use h:selectManyCheckbox that works but I wanted two columns and the layoutWidth is support in Tomahawk.  Seems like an easy issue to resolve.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-1393) t:selectManyCheckbox renders the checkbox after the text when it should be before the text

Posted by "Joe Knudsen (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673096#action_12673096 ] 

Joe Knudsen commented on TOMAHAWK-1393:
---------------------------------------

Here is the component example I am using.


<t:selectManyCheckbox id="chkAccommodationCodes"
                                            disabled="#{editAssessmentController.editFormData.modeView}"
                                            styleClass="DynamicContent"
                                            layout="pageDirection"
                                            layoutWidth="2"
                                            rendered="#{!editAssessmentController.editFormData.accommodationSelectionListEmpty}"
                                            value="#{editAssessmentController.editFormData.subjectDetail.accommodationCodeList}">
                          <f:selectItems value="#{editAssessmentController.editFormData.accommodationSelectionList}"/>
</t:selectManyCheckbox>

> t:selectManyCheckbox renders the checkbox after the text when it should be before the text
> ------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1393
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1393
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.8
>         Environment: I am using Windows XP with Tomcat 6.0.18 and MyFaces 1.2.5.
>            Reporter: Joe Knudsen
>            Priority: Minor
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When using the t:selectManyCheckbox component the checkbox is on the wrong side.  When I use h:selectManyCheckbox that works but I wanted two columns and the layoutWidth is support in Tomahawk.  Seems like an easy issue to resolve.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-1393) t:selectManyCheckbox renders the checkbox after the text when it should be before the text

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674268#action_12674268 ] 

Leonardo Uribe commented on TOMAHAWK-1393:
------------------------------------------

but does the fix on TOMAHAWK-1371 fix the problem? If so we can close this issue as duplicated.

> t:selectManyCheckbox renders the checkbox after the text when it should be before the text
> ------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1393
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1393
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.8
>         Environment: I am using Windows XP with Tomcat 6.0.18 and MyFaces 1.2.5.
>            Reporter: Joe Knudsen
>            Priority: Minor
>         Attachments: screen shot of bug.jpg
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When using the t:selectManyCheckbox component the checkbox is on the wrong side.  When I use h:selectManyCheckbox that works but I wanted two columns and the layoutWidth is support in Tomahawk.  Seems like an easy issue to resolve.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-1393) t:selectManyCheckbox renders the checkbox after the text when it should be before the text

Posted by "Simon Kitching (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673178#action_12673178 ] 

Simon Kitching commented on TOMAHAWK-1393:
------------------------------------------

Can you please show a (short) example of the html output currently generated?

> t:selectManyCheckbox renders the checkbox after the text when it should be before the text
> ------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1393
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1393
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.8
>         Environment: I am using Windows XP with Tomcat 6.0.18 and MyFaces 1.2.5.
>            Reporter: Joe Knudsen
>            Priority: Minor
>         Attachments: screen shot of bug.jpg
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When using the t:selectManyCheckbox component the checkbox is on the wrong side.  When I use h:selectManyCheckbox that works but I wanted two columns and the layoutWidth is support in Tomahawk.  Seems like an easy issue to resolve.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-1393) t:selectManyCheckbox renders the checkbox after the text when it should be before the text

Posted by "Joe Knudsen (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674263#action_12674263 ] 

Joe Knudsen commented on TOMAHAWK-1393:
---------------------------------------

Looks like a duplicate to 1371.  Sorry didn't see this report until today.

https://issues.apache.org/jira/browse/TOMAHAWK-1371

> t:selectManyCheckbox renders the checkbox after the text when it should be before the text
> ------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1393
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1393
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.8
>         Environment: I am using Windows XP with Tomcat 6.0.18 and MyFaces 1.2.5.
>            Reporter: Joe Knudsen
>            Priority: Minor
>         Attachments: screen shot of bug.jpg
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When using the t:selectManyCheckbox component the checkbox is on the wrong side.  When I use h:selectManyCheckbox that works but I wanted two columns and the layoutWidth is support in Tomahawk.  Seems like an easy issue to resolve.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.