You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (Jira)" <de...@myfaces.apache.org> on 2022/07/01 06:24:00 UTC

[jira] [Commented] (TOBAGO-1925) Button Groups may streched vertically

    [ https://issues.apache.org/jira/browse/TOBAGO-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561307#comment-17561307 ] 

Udo Schnurpfeil commented on TOBAGO-1925:
-----------------------------------------

Can't reproduce. I assume the problem is fixed automatically by a Bootstrap update or other changes.

If the problem still exists, I need a screenshot and matching code example. Please reopen in that case.

> Button Groups may streched vertically
> -------------------------------------
>
>                 Key: TOBAGO-1925
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1925
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>    Affects Versions: 4.0.0, 4.2.1
>            Reporter: Udo Schnurpfeil
>            Assignee: Henning Nöth
>            Priority: Minor
>             Fix For: 5.1.0
>
>
> Example:
> {code:java}
>   <tc:section label="#{title}" id="content">
>     <f:facet name="bar">
>       <tc:buttons>
>         <tc:button
>             tip="previous" image="fa-step-backward"
>             disabled="false" link="https://www.apache.com/"/>
>         <tc:button
>             tip="next" image="fa-step-forward"
>             disabled="true" />
>       </tc:buttons>
>     </f:facet>
>     content
>   </tc:section>
> {code}
> There is also a problem, in that case: Icon aren't centered vertically.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)