[
https://issues.apache.org/jira/browse/TOBAGO-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15818302#comment-15818302
]
Hudson commented on TOBAGO-1647:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago 3.0.x #713 (See
[https://builds.apache.org/job/Tobago%203.0.x/713/])
TOBAGO-1647 The width of <tc:file>-label is smaller than other input fields
* fix input field length of <tc:file>
* add manual test site for the length of inputs
[developed by hnoeth] (lofwyr:
[http://svn.apache.org/viewvc/?view=rev&rev=1778285])
* (add)
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/5000-lengthOfInputs
* (add)
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/5000-lengthOfInputs/lengthOfInputs.xhtml
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/bootstrap/4.0.0-alpha.5/css/bootstrap.css
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/bootstrap/4.0.0-alpha.5/css/bootstrap.css.map
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css.map
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/src/main/scss/_tobago.scss
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/bootstrap/4.0.0-alpha.5/css/bootstrap.css
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/bootstrap/4.0.0-alpha.5/css/bootstrap.css.map
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/META-INF/resources/tobago/richmond/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css.map
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/scss/_tobago.scss
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/bootstrap/4.0.0-alpha.5/css/bootstrap.css
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/bootstrap/4.0.0-alpha.5/css/bootstrap.css.map
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css.map
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/scss/_tobago.scss
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/bootstrap/4.0.0-alpha.5/css/bootstrap.css
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/bootstrap/4.0.0-alpha.5/css/bootstrap.css.map
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css.map
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/scss/_tobago.scss
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/bootstrap/4.0.0-alpha.5/css/bootstrap.css
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/bootstrap/4.0.0-alpha.5/css/bootstrap.css.map
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css.map
* (edit)
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/scss/_tobago.scss
> The width of <tc:file>-label is smaller than other input fields
> ---------------------------------------------------------------
>
> Key: TOBAGO-1647
> URL: https://issues.apache.org/jira/browse/TOBAGO-1647
> Project: MyFaces Tobago
> Issue Type: Bug
> Affects Versions: 3.0.0-alpha-7
> Reporter: Henning Noeth
> Assignee: Henning Noeth
> Priority: Minor
>
> Use this as an example:
> {code}
> <tc:in label="Group">
> <f:facet name="after">
> <tc:button label="X"/>
> </f:facet>
> </tc:in>
> <tc:file label="Upload"/>
> <tc:in label="Input"/>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)