[
https://issues.apache.org/jira/browse/TOBAGO-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16202085#comment-16202085
]
Hudson commented on TOBAGO-1721:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago Trunk #1076 (See
[https://builds.apache.org/job/Tobago%20Trunk/1076/])
TOBAGO-1721 Optimize HTML output when two renderer are involved * forgot
(hnoeth: rev 66f2839d71a2fb62849b73beafc303eb5575004f)
* (edit)
tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java
* (edit)
tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/css/TobagoClass.java
* (edit) tobago-core/src/main/resources/scss/_tobago.scss
* (edit)
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
* (edit)
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/BarRenderer.java
> Optimize HTML output when two renderer are involved
> ---------------------------------------------------
>
> Key: TOBAGO-1721
> URL: https://issues.apache.org/jira/browse/TOBAGO-1721
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.0.3
> Reporter: Henning Noeth
> Assignee: Henning Noeth
> Fix For: 4.0.0
>
>
> A renderer produce HTML code without consider the environment.
> For example:
> The InRenderer always generate a <span/> around children.
> If a button has children, the ButtonRenderer always generate a <span/>
> element around the button and its children.
> So if a <tc:button> is inside a <tc:in>, two <span/> elements would be
> generated.
> In this case, the renderer should work together, to only generate one <span>
> element.
> The generated code is more compact.
> It's more the way of bootstrap.
> And because of that, there are less problems to solve with CSS.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)