You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andreas Precht (JIRA)" <de...@myfaces.apache.org> on 2012/05/16 13:45:02 UTC

[jira] [Created] (TOBAGO-1134) Theme properties does not work with [markup] extension when there is no default.

Andreas Precht created TOBAGO-1134:
--------------------------------------

             Summary: Theme properties does not work with [markup] extension when there is no default.
                 Key: TOBAGO-1134
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1134
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.5.5
            Reporter: Andreas Precht
            Priority: Minor


Out[header].css.padding-top=2

results to 0

Out.css.padding-top=0
Out[header].css.padding-top=2

results to 2

use the 2nd as workaround

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TOBAGO-1134) Theme properties does not work with [markup] extension when there is no default.

Posted by "Hudson (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398381#comment-13398381 ] 

Hudson commented on TOBAGO-1134:
--------------------------------

Integrated in tobago-1.5.x #42 (See [https://builds.apache.org/job/tobago-1.5.x/42/])
    TOBAGO-1134: Theme properties does not work with [markup] extension when there is no default. [from revision 1349356]
Merged from trunk (Revision 1349360)

     Result = SUCCESS
lofwyr : http://svn.apache.org/viewvc/?view=rev&rev=1349360
Files : 
* /myfaces/tobago/branches/tobago-1.5.x
* /myfaces/tobago/branches/tobago-1.5.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResourceManagerImpl.java
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/java/org
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Tobago1134.java
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/faces-config.xml
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/resource-manager/tobago1134.xhtml
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tobago-resource/html/standard/standard/property

                
> Theme properties does not work with [markup] extension when there is no default.
> --------------------------------------------------------------------------------
>
>                 Key: TOBAGO-1134
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1134
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.5
>            Reporter: Andreas Precht
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 1.5.7, 1.6.0-beta-2, 1.6.0
>
>
> Out[header].css.padding-top=2
> results to 0
> Out.css.padding-top=0
> Out[header].css.padding-top=2
> results to 2
> use the 2nd as workaround

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TOBAGO-1134) Theme properties does not work with [markup] extension when there is no default.

Posted by "Hudson (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398374#comment-13398374 ] 

Hudson commented on TOBAGO-1134:
--------------------------------

Integrated in tobago-1.5.x #41 (See [https://builds.apache.org/job/tobago-1.5.x/41/])
    TOBAGO-1134: Theme properties does not work with [markup] extension when there is no default. [from revision 1349356]
Merged from trunk (Revision 1349360)

     Result = FAILURE
lofwyr : http://svn.apache.org/viewvc/?view=rev&rev=1349360
Files : 
* /myfaces/tobago/branches/tobago-1.5.x
* /myfaces/tobago/branches/tobago-1.5.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResourceManagerImpl.java
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/java/org
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Tobago1134.java
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/faces-config.xml
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/resource-manager/tobago1134.xhtml
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tobago-resource/html/standard/standard/property

                
> Theme properties does not work with [markup] extension when there is no default.
> --------------------------------------------------------------------------------
>
>                 Key: TOBAGO-1134
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1134
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.5
>            Reporter: Andreas Precht
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 1.5.7, 1.6.0-beta-2, 1.6.0
>
>
> Out[header].css.padding-top=2
> results to 0
> Out.css.padding-top=0
> Out[header].css.padding-top=2
> results to 2
> use the 2nd as workaround

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (TOBAGO-1134) Theme properties does not work with [markup] extension when there is no default.

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

Udo Schnurpfeil resolved TOBAGO-1134.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.0
                   1.6.0-beta-2
                   1.5.7
         Assignee: Udo Schnurpfeil
    
> Theme properties does not work with [markup] extension when there is no default.
> --------------------------------------------------------------------------------
>
>                 Key: TOBAGO-1134
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1134
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.5
>            Reporter: Andreas Precht
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 1.5.7, 1.6.0-beta-2, 1.6.0
>
>
> Out[header].css.padding-top=2
> results to 0
> Out.css.padding-top=0
> Out[header].css.padding-top=2
> results to 2
> use the 2nd as workaround

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira