[web2py] Re: date picker on v1.99

2011-10-10 Thread kenji4569
Massimo,

I sent a patch with two more minor updates.

On 10月11日, 午前3:17, Massimo Di Pierro 
wrote:
> Can you please email me the patch?
>
> On Oct 10, 11:35 am, kenji4569  wrote:
>
>
>
>
>
>
>
> > The behavior of the date picker seems to have changed from a certain
> > version.
>
> > For now, we should apply a patch to the anytime.js:
>
> > 545 - this.showPkr(null);event.preventDefault();},keyAhead:function()
> > 545 + return;event.preventDefault();},keyAhead:function()
>
> > [for readable version (http://www.ama3.com/anytime/AnyTime/
> > anytime.js)]
> > 2696 - this.showPkr(null);
> > 2696 + return;
>
> > I think it is critical since it is difficult to turn the input back to
> > empty.
>
> > Regards,
> > Kenji
>
> > On 10月10日, 午前11:45, Nik Go  wrote:
>
> > > manual entry doesn't work on the ff browsers:
>
> > >     - Chromium 15.0.871.0
> > >       - Epiphany/GNOME Web Browser 2.30.2
> > >       - Mozilla Firefox 3.6.22
>
> > > I'm running ubuntu 10.04
>
> > > On Friday, October 7, 2011, Massimo Di Pierro wrote:
> > > > Which browser? When I tried it, if I remember, I was able to type.
>
> > > > On Oct 6, 8:48 pm, niknok > wrote:
> > > > > The new date picker looks very good. Is there a way to input dates by
> > > > > typing it directly (similar to default behaviour in older versions), 
> > > > > in
> > > > > addition to selecting dates thru the calendar interface?
>
> > > > > /r
> > > > > Nik
>
> > > > > P.S.
> > > > > Though I couldn't type in a date, I could paste one.  (which is a
> > > > > behavior I don't expect from users)


[web2py] Re: date picker on v1.99

2011-10-10 Thread Massimo Di Pierro
Can you please email me the patch?

On Oct 10, 11:35 am, kenji4569  wrote:
> The behavior of the date picker seems to have changed from a certain
> version.
>
> For now, we should apply a patch to the anytime.js:
>
> 545 - this.showPkr(null);event.preventDefault();},keyAhead:function()
> 545 + return;event.preventDefault();},keyAhead:function()
>
> [for readable version (http://www.ama3.com/anytime/AnyTime/
> anytime.js)]
> 2696 - this.showPkr(null);
> 2696 + return;
>
> I think it is critical since it is difficult to turn the input back to
> empty.
>
> Regards,
> Kenji
>
> On 10月10日, 午前11:45, Nik Go  wrote:
>
>
>
>
>
>
>
> > manual entry doesn't work on the ff browsers:
>
> >     - Chromium 15.0.871.0
> >       - Epiphany/GNOME Web Browser 2.30.2
> >       - Mozilla Firefox 3.6.22
>
> > I'm running ubuntu 10.04
>
> > On Friday, October 7, 2011, Massimo Di Pierro wrote:
> > > Which browser? When I tried it, if I remember, I was able to type.
>
> > > On Oct 6, 8:48 pm, niknok > wrote:
> > > > The new date picker looks very good. Is there a way to input dates by
> > > > typing it directly (similar to default behaviour in older versions), in
> > > > addition to selecting dates thru the calendar interface?
>
> > > > /r
> > > > Nik
>
> > > > P.S.
> > > > Though I couldn't type in a date, I could paste one.  (which is a
> > > > behavior I don't expect from users)


[web2py] Re: date picker on v1.99

2011-10-10 Thread kenji4569
The behavior of the date picker seems to have changed from a certain
version.

For now, we should apply a patch to the anytime.js:

545 - this.showPkr(null);event.preventDefault();},keyAhead:function()
545 + return;event.preventDefault();},keyAhead:function()

[for readable version (http://www.ama3.com/anytime/AnyTime/
anytime.js)]
2696 - this.showPkr(null);
2696 + return;

I think it is critical since it is difficult to turn the input back to
empty.

Regards,
Kenji

On 10月10日, 午前11:45, Nik Go  wrote:
> manual entry doesn't work on the ff browsers:
>
>     - Chromium 15.0.871.0
>       - Epiphany/GNOME Web Browser 2.30.2
>       - Mozilla Firefox 3.6.22
>
> I'm running ubuntu 10.04
>
>
>
>
>
>
>
> On Friday, October 7, 2011, Massimo Di Pierro wrote:
> > Which browser? When I tried it, if I remember, I was able to type.
>
> > On Oct 6, 8:48 pm, niknok > wrote:
> > > The new date picker looks very good. Is there a way to input dates by
> > > typing it directly (similar to default behaviour in older versions), in
> > > addition to selecting dates thru the calendar interface?
>
> > > /r
> > > Nik
>
> > > P.S.
> > > Though I couldn't type in a date, I could paste one.  (which is a
> > > behavior I don't expect from users)


[web2py] Re: date picker on v1.99

2011-10-09 Thread Nik Go
manual entry doesn't work on the ff browsers:

- Chromium 15.0.871.0
  - Epiphany/GNOME Web Browser 2.30.2
  - Mozilla Firefox 3.6.22

I'm running ubuntu 10.04


On Friday, October 7, 2011, Massimo Di Pierro wrote:

> Which browser? When I tried it, if I remember, I was able to type.
>
> On Oct 6, 8:48 pm, niknok > wrote:
> > The new date picker looks very good. Is there a way to input dates by
> > typing it directly (similar to default behaviour in older versions), in
> > addition to selecting dates thru the calendar interface?
> >
> > /r
> > Nik
> >
> > P.S.
> > Though I couldn't type in a date, I could paste one.  (which is a
> > behavior I don't expect from users)


[web2py] Re: date picker on v1.99

2011-10-06 Thread Massimo Di Pierro
Which browser? When I tried it, if I remember, I was able to type.

On Oct 6, 8:48 pm, niknok  wrote:
> The new date picker looks very good. Is there a way to input dates by
> typing it directly (similar to default behaviour in older versions), in
> addition to selecting dates thru the calendar interface?
>
> /r
> Nik
>
> P.S.
> Though I couldn't type in a date, I could paste one.  (which is a
> behavior I don't expect from users)