[jira] Created: (TAPESTRY-2767) DatePicker : problem with the time

2010-08-13 Thread Anthony HERVE (JIRA)
DatePicker : problem with the time
--

 Key: TAPESTRY-2767
 URL: https://issues.apache.org/jira/browse/TAPESTRY-2767
 Project: Tapestry
  Issue Type: Bug
 Environment: Eclipse, Windows XP
Reporter: Anthony HERVE


Hello,

I have a problem with DatePicker with format 24hours. In fact when I pick up a 
time, it selects good time in the input, but not in the DatePicker. Here you 
can see my Component code in class Java :
 @Component(parameters = { "value=startDate","datePattern=dd-MM- 
HH:mm", "timePicker=true", "use24hrs=true","timePickerAdjacent=true" })

Do you see any problem in this ? If not do you know how to resolve the problem ?

Thanks you.

Anthony

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TAPESTRY-2767) DatePicker : problem with the time

2010-08-13 Thread Sven Homburg (JIRA)

[ 
https://issues.apache.org/jira/browse/TAPESTRY-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898211#action_12898211
 ] 

Sven Homburg commented on TAPESTRY-2767:


Hey Dude ;-)

This component is part of the chenillekit project,
please add an issue at http://jira.codehaus.org/browse/CHEN

> DatePicker : problem with the time
> --
>
> Key: TAPESTRY-2767
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2767
> Project: Tapestry
>  Issue Type: Bug
> Environment: Eclipse, Windows XP
>Reporter: Anthony HERVE
>
> Hello,
> I have a problem with DatePicker with format 24hours. In fact when I pick up 
> a time, it selects good time in the input, but not in the DatePicker. Here 
> you can see my Component code in class Java :
>  @Component(parameters = { "value=startDate","datePattern=dd-MM- 
> HH:mm", "timePicker=true", "use24hrs=true","timePickerAdjacent=true" })
> Do you see any problem in this ? If not do you know how to resolve the 
> problem ?
> Thanks you.
> Anthony

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (TAPESTRY-2767) DatePicker : problem with the time

2010-08-13 Thread Igor Drobiazko (JIRA)

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

Igor Drobiazko closed TAPESTRY-2767.


Resolution: Invalid

> DatePicker : problem with the time
> --
>
> Key: TAPESTRY-2767
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2767
> Project: Tapestry
>  Issue Type: Bug
> Environment: Eclipse, Windows XP
>Reporter: Anthony HERVE
>
> Hello,
> I have a problem with DatePicker with format 24hours. In fact when I pick up 
> a time, it selects good time in the input, but not in the DatePicker. Here 
> you can see my Component code in class Java :
>  @Component(parameters = { "value=startDate","datePattern=dd-MM- 
> HH:mm", "timePicker=true", "use24hrs=true","timePickerAdjacent=true" })
> Do you see any problem in this ? If not do you know how to resolve the 
> problem ?
> Thanks you.
> Anthony

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TAP5-678) Allow blackbird to be disabled in production mode

2010-08-13 Thread rektide de la fey (JIRA)

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

rektide de la fey commented on TAP5-678:


i've generally found blackbird to be a nuisance that swallows important 
information on errors i'd rather be seeing/debugging on, and have developed a 
script to circumnavigate blackbird.  note that this doesnt help avoid the 20K 
of downloads imposed by blackbird, it simply alters the Tapestry's behavior at 
runtime.  none the less, i've found it extremely useful and am posting it here, 
and you're free to use the script as you see fit. 
http://rektide.voodoowarez.com/2010/8/blackbird.circumnavigator.js

> Allow blackbird to be disabled in production mode
> -
>
> Key: TAP5-678
> URL: https://issues.apache.org/jira/browse/TAP5-678
> Project: Tapestry 5
>  Issue Type: Improvement
>  Components: tapestry-core
>Affects Versions: 5.2
>Reporter: Paudi Moriarty
>Assignee: Igor Drobiazko
> Fix For: 5.2.0
>
>
> blackbird's use of F2 to show the console is interfering with our application 
> which uses F-keys as hotkeys to access various parts of the application.
> It should be possible to either completely disable blackbird in production 
> mode (avoiding unnecessary .css and .js downloads) or at least disable the 
> console hotkey.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.