You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Lenny Primak (JIRA)" <ji...@apache.org> on 2013/10/15 02:30:42 UTC

[jira] [Commented] (TAP5-2182) BeanEditor doesn't look as good in T5.4 as in T5.3

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

Lenny Primak commented on TAP5-2182:
------------------------------------

As pointed in this discussion: http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/T5-4-BeanEditor-and-Friends-don-t-look-as-good-as-in-Tap-5-3-td5723435.html

Bootstrap .form-horizontal class should fix the issue, provided Tapestry produces the correct markup (which it doesn't at the moment)

Tapestry needs to wrap each field in bootstrap col-xx-x <div>s
Also, BeanEditor should be enhanced to support form-horizontal and form-inline out of the box.

> BeanEditor doesn't look as good in T5.4 as in T5.3
> --------------------------------------------------
>
>                 Key: TAP5-2182
>                 URL: https://issues.apache.org/jira/browse/TAP5-2182
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.4
>            Reporter: Lenny Primak
>
> I noticed something else that's not as pretty out of the box in T5.4 due to bootstrap probably
> In T5.3, beaneditor looks something like this (pretty):
> Label [Input Text/Date/etc]
> Label [Input Text/Date/etc]
> In T5.4, it looks like this (not so pretty or usable):
> Label
> [Input Text/Date/etc ........ (takes up the whole width of the page)]
> Label
> [Input Text/Date/etc ........ (takes up the whole width of the page)]
> I think this should be fixed out of the box



--
This message was sent by Atlassian JIRA
(v6.1#6144)