How many days, do you reckon, from alpha until release for 1.3.2?

On Feb 16, 5:30 pm, John Resig <jere...@gmail.com> wrote:
> It's not supported but a swtch to a typeof check seems simple enough.
> Thanks for the tip.
>
> --John
>
> On 2/16/09, Diego Perini <diego.per...@gmail.com> wrote:
>
>
>
>
>
> > John,
> > thank you for the nice additions and fixes, the "document order" is
> > really welcome :-)
>
> > Just a minor thing I noticed in the new code source is about older
> > Opera (probably 9.27 and older). Opera have implemented the
> > "sourceIndex" property too but it starts at index "0" for the
> > documentElement.
>
> > So your check (starting at at line 2096):
>
> > if ( Array.prototype.indexOf ) {
> >    ...
> > } else if ( document.documentElement.sourceIndex === 1 ) {
> >    ...
> > }
>
> > will fail for that specific browser (since it doesn't have an "indexOf
> > ()" either) and probably others versions/browsers too.
>
> > Don't know if that is still supported or if there is an interest into
> > solving this more generically with proper tests.
>
> > Diego
>
> > On 16 Feb, 19:31, John Resig <jere...@gmail.com> wrote:
> >> Hey Everyone -
>
> >> Just finished up the last ticket for 1.3.2 and wanted to throw a copy
> >> out for people to
> >> try:http://code.jquery.com/nightlies/jquery-2009-02-16.js
>
> >> Please let me know if anything is breaking from 1.3.1 -> 1.3.2.
>
> >> There were some logic changes - specifically with cloning in IE (lots
> >> of bug fixes), how the selector engine, how :visible/:hidden work,
> >> .height()/.width(), and .ready() in IE - so watch those areas in
> >> particular.
>
> >> The current full ticket list can be found
> >> here:http://dev.jquery.com/report/33
>
> >> Thanks!
>
> >> --John
>
> --
> --John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to