[jira] [Updated] (TAP5-2163) Adapt DateField style to Bootstrap(3)

2013-08-29 Thread Jochen Kemnade (JIRA)

 [ 
https://issues.apache.org/jira/browse/TAP5-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jochen Kemnade updated TAP5-2163:
-

Attachment: 0001-style-changes-to-adapt-to-Bootstrap-3.patch

 Adapt DateField style to Bootstrap(3)
 -

 Key: TAP5-2163
 URL: https://issues.apache.org/jira/browse/TAP5-2163
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-core
Affects Versions: 5.4
Reporter: Jochen Kemnade
  Labels: bootstrap, css, javascript, patch, style
 Attachments: 0001-style-changes-to-adapt-to-Bootstrap-3.patch


 The DateField component's popup should be styled using Bootstrap 3 mechanisms.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (TAP5-2163) Adapt DateField style to Bootstrap(3)

2013-08-29 Thread Jochen Kemnade (JIRA)
Jochen Kemnade created TAP5-2163:


 Summary: Adapt DateField style to Bootstrap(3)
 Key: TAP5-2163
 URL: https://issues.apache.org/jira/browse/TAP5-2163
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-core
Affects Versions: 5.4
Reporter: Jochen Kemnade


The DateField component's popup should be styled using Bootstrap 3 mechanisms.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (TAP5-2163) Adapt DateField style to Bootstrap(3)

2013-08-29 Thread Howard M. Lewis Ship (JIRA)

 [ 
https://issues.apache.org/jira/browse/TAP5-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship reassigned TAP5-2163:
--

Assignee: Howard M. Lewis Ship

 Adapt DateField style to Bootstrap(3)
 -

 Key: TAP5-2163
 URL: https://issues.apache.org/jira/browse/TAP5-2163
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-core
Affects Versions: 5.4
Reporter: Jochen Kemnade
Assignee: Howard M. Lewis Ship
  Labels: bootstrap, css, javascript, patch, style
 Attachments: 0001-style-changes-to-adapt-to-Bootstrap-3.patch


 The DateField component's popup should be styled using Bootstrap 3 mechanisms.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (TAP5-2163) Adapt DateField style to Bootstrap(3)

2013-08-29 Thread Howard M. Lewis Ship (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13753628#comment-13753628
 ] 

Howard M. Lewis Ship commented on TAP5-2163:


Thanks! This looks like a pretty terrific patch.

 Adapt DateField style to Bootstrap(3)
 -

 Key: TAP5-2163
 URL: https://issues.apache.org/jira/browse/TAP5-2163
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-core
Affects Versions: 5.4
Reporter: Jochen Kemnade
Assignee: Howard M. Lewis Ship
  Labels: bootstrap, css, javascript, patch, style
 Attachments: 0001-style-changes-to-adapt-to-Bootstrap-3.patch


 The DateField component's popup should be styled using Bootstrap 3 mechanisms.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (TAP5-2164) Bean validation doesn't work when just min, not max, defined in @Size

2013-08-29 Thread Thiago H. de Paula Figueiredo (JIRA)
Thiago H. de Paula Figueiredo created TAP5-2164:
---

 Summary: Bean validation doesn't work when just min, not max, 
defined in @Size
 Key: TAP5-2164
 URL: https://issues.apache.org/jira/browse/TAP5-2164
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-beanvalidator
Affects Versions: 5.4
Reporter: Thiago H. de Paula Figueiredo


If you use @Size defining without defining the max attribute, the max 
validation isn't added, but the data-range-max isn't added and the call to 
rangeValue(element, data-range-max, Number.MAX_VALUE) ends up returning NaN 
instead of Number.MAX_VALUE and the value is always considered invalid.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira