[Proto-Scripty] Re: IE8 compatibility

2009-03-22 Thread T.J. Crowder
Hi Juriy, > Btw, as of today, all DOM tests fully pass on IE8. > T.J., do you mind giving it a spin? On IE7, you mean? (I have only IE6 and IE7 systems right now.) IE7 on Windows still has issues in form, dom, and selector tests with the trunk (assuming "git pull" brings me up to date, I'm a g

[Proto-Scripty] Re: IE8 compatibility

2009-03-22 Thread kangax
On Mar 22, 4:42 am, "T.J. Crowder" wrote: > Hi Juriy, > > > Btw, as of today, all DOM tests fully pass on IE8. > > T.J., do you mind giving it a spin? > > On IE7, you mean?  (I have only IE6 and IE7 systems right now.) I meant IE8 :) > > IE7 on Windows still has issues in form, dom, and selecto

[Proto-Scripty] Re: IE8 compatibility

2009-03-22 Thread T.J. Crowder
Hi Juriy, > Thanks. I could reproduce this in IE6 and just pushed a > fixhttp://github.com/sstephenson/prototype/commit/2c986d8eaff47a6a181a1c... It's fixed in IE7 as well, nice one! -- T.J. :-) On Mar 22, 3:04 pm, kangax wrote: > On Mar 22, 4:42 am, "T.J. Crowder" wrote: > > > Hi Juriy, >

[Proto-Scripty] Can't Get This Date/Timer To Work

2009-03-22 Thread !oEL
Hi, I found this cool date/time picker on Scripteka, which links to http://home.jongsma.org/software/js/datepicker The implementation is really simple and neat, just suit my needs. However, according to the author's doc, I can't manage it to work. I tried: new Control.DatePicker( 'my_datep

[Proto-Scripty] Re: Can't Get This Date/Timer To Work

2009-03-22 Thread T.J. Crowder
Hi, > Since missing out dependencies, mislinking them, or getting them out of order is one of the most common errors when using other people's controls, with respect I wouldn't assume I had them right if I were you. Create a minimalist, but complete, example and post it to Pastie, and someone

[Proto-Scripty] Re: Can't Get This Date/Timer To Work

2009-03-22 Thread !oEL
First of all, thank you for your time to moderate my first post. Here is the complete (yet minimal) code snippet which indicates all the dependencies (I've downloaded from prototype official site and the authoer's site: http://home.jongsma.org/software/js/datepicker): -- code start -- Calend

[Proto-Scripty] Re: Can't Get This Date/Timer To Work

2009-03-22 Thread !oEL
Oh, and here is the Pastie link: http://pastie.org/423643 On 3月22日, 下午3时37分, "T.J. Crowder" wrote: > Hi, > > > > > Since missing out dependencies, mislinking them, or getting them out > of order is one of the most common errors when using other people's > controls, with respect I wouldn't assum

[Proto-Scripty] Re: Can't Get This Date/Timer To Work

2009-03-22 Thread Trevan Richins
On 3/22/2009 2:08 PM, !oEL wrote: > First of all, thank you for your time to moderate my first post. > > Here is the complete (yet minimal) code snippet which indicates all > the dependencies (I've downloaded from prototype official site and the > authoer's site: http://home.jongsma.org/software/

[Proto-Scripty] Re: Can't Get This Date/Timer To Work

2009-03-22 Thread T.J. Crowder
@Trevan: Well spotted! Except: > window.observe('dom:loaded', function() {new Control.DatePicker(...)}); It's document.observe[1], not window.observe. (Or you can use window's onload event, but that waits until after all images load.) @OP: You can't rely on looking up IDs until the document

[Proto-Scripty] Re: Can't Get This Date/Timer To Work

2009-03-22 Thread !oEL
@T.J. and Trevan: Thank you for the help, now I managed to use it. Still a long way to learn javascript :) On 3月22日, 下午6时07分, "T.J. Crowder" wrote: > @Trevan: > > Well spotted! Except: > > > window.observe('dom:loaded', function() {new Control.DatePicker(...)}); > > It's document.observe[1],

[Proto-Scripty] Re: IE8 compatibility

2009-03-22 Thread RobG
On Mar 21, 10:22 pm, "T.J. Crowder" wrote: [...] > @RobG: > > > Then that is a bug in IE 8. > > It _may_ be. If the OP's statement: > > On Mar 20, 6:18 am, masterleep wrote: > > > > OK, I found this particular one... if you call > > > input_elem.readAttribute('value'); > > > on an input elem