[Dojo-interest] Possible dojo bug

James Burke jburke at dojotoolkit.org
Thu Dec 13 19:22:51 UTC 2007


Daniel,

I'm looking into the Safari detection ticket you opened:
http://trac.dojotoolkit.org/ticket/5367

I just posted some info in it, and I hope you can provide more insight
in the trac ticket. If you like, add your email to the cc list (or i
can do it if the UI does not let you do it).

James

On Dec 13, 2007 8:31 AM, Daniel <daniel.carrera at zmsl.com> wrote:
> Done. I hope I did everything right:
>
> http://trac.dojotoolkit.org/ticket/5367
>
> The formatting is odd because of the "wiki markup" which caught me
> off-guard. Incidentally, I also submitted another ticket for the
> dijit.Tree bug I found earlier:
>
> http://trac.dojotoolkit.org/ticket/5369
>
> The formatting is bad again because for some reason the wiki markup
> didn't behave the way I expected. :-P
>
>
> Daniel.
>
> Jon Sykes wrote:
> > File a bug and attach the patch.
> >
> > Many Safari users will be very grateful.  :-)
> >
> > On Dec 13, 2007, at 11:07 AM, Daniel wrote:
> >
> >> Found the problem!!
> >>
> >> dojo.js line 934:
> >> - d.isSafari = (vi) ? parseFloat(dav.substring(vi+8)) : 2;
> >> + d.isSafari = (vi > 0) ? parseFloat(dav.substring(vi+8)) : 2;
>
>
> _______________________________________________
> FAQ: http://dojotoolkit.org/support/faq
> Book: http://dojotoolkit.org/docs/book
> Forums: http://dojotoolkit.org/forum
> Dojo-interest at dojotoolkit.org
> http://dojotoolkit.org/mailman/listinfo/dojo-interest
>


More information about the Dojo-interest mailing list