I suspected that. It is the problem with Google Mail, which exhibited
a bug in Firefox.
Use case:
0) hit reply
1) click 'send'
2) hit 'stop'
3) click 'reply to all' and watch the To: field change.
4) watch Gmail send a mail *instantly*. Gmail displays headers in the
'show details' for all recipients (the same ones that appeared in the
To field).
Gmail does eventually update the incorrect headers; that last mail now
says it went only to 'Dean Edwards'.
The fix for this would require subscription-based Async's and locking.
Just another distraction from my message.
Garrett
On Sun, Mar 23, 2008 at 12:06 AM, Dean Edwards <[EMAIL PROTECTED]> wrote:
> I assume you didn't intend to send this just to me.
>
> I do that a lot too - click "reply" instead of "replay all". :-)
>
> -dean
>
>
>
> Garrett Smith wrote:
> > Is there typed null?
> >
> > If so, then typed null could typecheck for Array-like-ness.
> >
> > Anything that is not Array-like or invalid could throw an error. Such
> > values would include:
> > null
> > undefined
> > any non-dynamic object that does not have a numeric length property
> >
> > Ideally this would happen at compile time.
> >
> > Garrett
> >
> >
> > On Sat, Mar 22, 2008 at 11:44 PM, Dean Edwards <[EMAIL PROTECTED]> wrote:
> >> Mike Shaver wrote:
> >>
> >>> Dean Edwards wrote:
> >> >>> Array.prototype.forEach = function(block, context) {
> >> >>> Array.forEach(this, block, context);
> >> >>> }
> >> >
> >> > I don't see how that helps, unless you expect A.p.g.c(null, f) to
> >> > differ from A.g(null, f) -- the former will need to make a |this|
> >> > from null, giving the window object in browser embeddings. I don't
> >> > believe that they should so differ -- do you?
> >> >
> >>
> >> I'd prefer Array.forEach(null) to do nothing, just like for (var i in
> >> null) does nothing. I'm prepared to be convinced otherwise. :-)
> >>
> >> -dean
> >>
> >>
> >> _______________________________________________
> >> Es4-discuss mailing list
> >> [email protected]
> >> https://mail.mozilla.org/listinfo/es4-discuss
> >>
> >
>
>
_______________________________________________
Es4-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es4-discuss