[jira] [Created] (TOBAGO-1926) Wrong height of button group

2018-08-31 Thread Henning Noeth (JIRA)
Henning Noeth created TOBAGO-1926:
-

 Summary: Wrong height of button group
 Key: TOBAGO-1926
 URL: https://issues.apache.org/jira/browse/TOBAGO-1926
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core, Themes
Affects Versions: 4.2.1
Reporter: Henning Noeth


The height of a button group is set by the surrounding container if the 
container has ''display: inline-flex'.
The height is then probably wrong.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOBAGO-1923) Default button is not executed on 'enter' if cursor is in date field

2018-08-31 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1923:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1509 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1509/])
TOBAGO-1923 Default button is not executed on 'enter' if cursor is in (hnoeth: 
rev a03521430e314fc1ff34efe15b12692d1248ab1f)
* (edit) 
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/tobago-calendar.js


> Default button is not executed on 'enter' if cursor is in date field
> 
>
> Key: TOBAGO-1923
> URL: https://issues.apache.org/jira/browse/TOBAGO-1923
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core, Themes
>Affects Versions: 4.2.1
>Reporter: Henning Noeth
>Assignee: Henning Noeth
>Priority: Major
>
> "Enter" should execute the default button (defaultCommand).
> This works very well if the cursor is e.g. in an input field.
> But if a date field is selected, nothing happens on pressing "enter".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


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

2018-08-31 Thread Udo Schnurpfeil (JIRA)
Udo Schnurpfeil created TOBAGO-1925:
---

 Summary: 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
Reporter: Udo Schnurpfeil


Example:
{code:java}
  

  
https://www.apache.com/"/>

  


content

  

{code}
There is also a problem, in that case: Icon aren't centered vertically.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOBAGO-1924) Using jars instead of repackaging, when possible

2018-08-31 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1924:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1508 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1508/])
TOBAGO-1924: Using jars instead of repackaging, when possible (hnoeth: rev 
2b2cdfc414f9df9d04cf78e53a87459b0bdeaaca)
* (edit) tobago-theme/tobago-theme-standard/pom.xml


> Using jars instead of repackaging, when possible
> 
>
> Key: TOBAGO-1924
> URL: https://issues.apache.org/jira/browse/TOBAGO-1924
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Themes
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 4.3.0
>
>
> Since Servelt 3.0, resources may lay inside a JAR in META-INF/resources.
> This might the packaging and updating a bit easier.
> A theme which dependes on an other, may exclude some resources. With this 
> change, it can also exclude the content (by Maven), not only the references.
> There are some JS packages in the Maven repository now.  See also 
> [webjars|https://www.webjars.org/all]
>  * jquery (/)
>  * jquery-ui (we only use "widget" with 8kB (minified), the full JAR is 
> 254kB, so we build our own jar, the artifactId you can find below) (/)
>  * tether (/)
>  * popper (/)
>  * momentjs (/)
>  * typeahead (there is no current release, we are using a pached version, so 
> we build our own jar, the artivactId you can find below) (/)
>  * bootstrap (?) - we need to change the build process...
> Here are the Maven dependencies to use. Ususally nothing is to do for the 
> developer which uses Tobago, because the Standard-Theme has this dependencies.
> {code:java}
> 
>   org.webjars
>   jquery
>   3.3.1-1
> 
> 
>   org.webjars
> tether
>   1.4.0
> 
> 
>   org.webjars
> font-awesome
>   4.7.0
> 
> 
>   org.webjars
> popper.js
>   1.14.3
> 
> 
>   org.webjars
> momentjs
>   2.22.2
> 
> 
>   org.apache.myfaces.tobago
> tobago-pack-jquery-ui-widget
>   ${project.version}
> 
> 
>   org.apache.myfaces.tobago
> tobago-pack-typeahead
>   ${project.version}
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)