You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Guido Dubois (JIRA)" <de...@myfaces.apache.org> on 2007/10/04 16:17:50 UTC

[jira] Created: (TOBAGO-505) with attribute "labelWidth" doesn't work

<tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work
-------------------------------------------------------------------

                 Key: TOBAGO-505
                 URL: https://issues.apache.org/jira/browse/TOBAGO-505
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Facelets
    Affects Versions: 1.0.12
         Environment: myfaces 1.1.6 (snap 11.09.2007), tobago 1.0.12 (snap 29.09.2007), facelets 1.1.13
            Reporter: Guido Dubois


<tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work together with facelets. If you indicate a value for labelwith, the label is rendered over the full width and the checkbox in a second line...

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


[jira] Resolved: (TOBAGO-505) with attribute "labelWidth" doesn't work

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Bohmann resolved TOBAGO-505.
----------------------------------

    Resolution: Fixed

> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work
> -------------------------------------------------------------------
>
>                 Key: TOBAGO-505
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-505
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core, Facelets
>    Affects Versions: 1.0.12
>         Environment: myfaces 1.1.6 (snap 11.09.2007), tobago 1.0.12 (snap 29.09.2007), facelets 1.1.13
>            Reporter: Guido Dubois
>            Assignee: Bernd Bohmann
>            Priority: Trivial
>
> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work together with facelets. If you indicate a value for labelwith, the label is rendered over the full width and the checkbox in a second line...

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


[jira] Commented: (TOBAGO-505) with attribute "labelWidth" doesn't work

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532643 ] 

Guido Dubois commented on TOBAGO-505:
-------------------------------------

Sorry! You're right. It's my fault...

> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work
> -------------------------------------------------------------------
>
>                 Key: TOBAGO-505
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-505
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.12
>         Environment: myfaces 1.1.6 (snap 11.09.2007), tobago 1.0.12 (snap 29.09.2007), facelets 1.1.13
>            Reporter: Guido Dubois
>
> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work together with facelets. If you indicate a value for labelwith, the label is rendered over the full width and the checkbox in a second line...

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


[jira] Reopened: (TOBAGO-505) with attribute "labelWidth" doesn't work

Posted by "Volker Weber (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Volker Weber reopened TOBAGO-505:
---------------------------------


This fix in LabelExtensionTag breaks use of el expr in labelWidth attribute

eg:

<tx:selectOneChoice id="type"
    label="#{bundle.entryTextType}"
    labelWidth="#{bundle.entryTextTypeWidth}"
    tip="#{bundle.entryTextTypeTip}"
    value="#{client.textType}"
    valueChangeListener="#{client.selectType}">

breaks with following log:
Illegal value for columns = "#{bundle.entryTextTypeWidth};*" replacing with default: "fixed;*"

> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work
> -------------------------------------------------------------------
>
>                 Key: TOBAGO-505
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-505
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core, Facelets
>    Affects Versions: 1.0.12
>         Environment: myfaces 1.1.6 (snap 11.09.2007), tobago 1.0.12 (snap 29.09.2007), facelets 1.1.13
>            Reporter: Guido Dubois
>            Assignee: Bernd Bohmann
>            Priority: Trivial
>
> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work together with facelets. If you indicate a value for labelwith, the label is rendered over the full width and the checkbox in a second line...

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


[jira] Commented: (TOBAGO-505) with attribute "labelWidth" doesn't work

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532636 ] 

Bernd Bohmann commented on TOBAGO-505:
--------------------------------------

Please try it with px, for example 70px

> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work
> -------------------------------------------------------------------
>
>                 Key: TOBAGO-505
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-505
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.12
>         Environment: myfaces 1.1.6 (snap 11.09.2007), tobago 1.0.12 (snap 29.09.2007), facelets 1.1.13
>            Reporter: Guido Dubois
>
> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work together with facelets. If you indicate a value for labelwith, the label is rendered over the full width and the checkbox in a second line...

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


[jira] Commented: (TOBAGO-505) with attribute "labelWidth" doesn't work

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532509 ] 

Guido Dubois commented on TOBAGO-505:
-------------------------------------

Same behaviour for <tx:in>

> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work
> -------------------------------------------------------------------
>
>                 Key: TOBAGO-505
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-505
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.12
>         Environment: myfaces 1.1.6 (snap 11.09.2007), tobago 1.0.12 (snap 29.09.2007), facelets 1.1.13
>            Reporter: Guido Dubois
>
> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work together with facelets. If you indicate a value for labelwith, the label is rendered over the full width and the checkbox in a second line...

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


[jira] Reopened: (TOBAGO-505) with attribute "labelWidth" doesn't work

Posted by "Volker Weber (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Volker Weber reopened TOBAGO-505:
---------------------------------

      Assignee: Volker Weber

In case of illegal value for labelWidth a warning should be logged.
The documentation should extended.

> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work
> -------------------------------------------------------------------
>
>                 Key: TOBAGO-505
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-505
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core, Facelets
>    Affects Versions: 1.0.12
>         Environment: myfaces 1.1.6 (snap 11.09.2007), tobago 1.0.12 (snap 29.09.2007), facelets 1.1.13
>            Reporter: Guido Dubois
>            Assignee: Volker Weber
>
> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work together with facelets. If you indicate a value for labelwith, the label is rendered over the full width and the checkbox in a second line...

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