[Prototype-core] Re: Style Guide for rewrite branch

2008-11-15 Thread [EMAIL PROTECTED]
, 20:25, Andrew Dupont [EMAIL PROTECTED] wrote: Here's what this would look like when genericized into an imaginary API:http://gist.github.com/24571 A couple of things: (1) I'm altogether in favor of this new approach, but it will result in less implicit organization of code. A reader

[Prototype-core] методы загрузки prototype

2008-10-06 Thread [EMAIL PROTECTED]
are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: mouseleave and mouseenter

2008-10-01 Thread [EMAIL PROTECTED]
here's a version that uses custom events: http://neverninetofive.com/mouseenterleave/ Nick, hope you don't mind, i borrowed your testing template. On Sep 21, 12:59 pm, Nick Stakenburg [EMAIL PROTECTED] wrote: That will probably give you some problems with textarea's and input elements. I've

[Prototype-core] Hi Dears,

2008-08-21 Thread [EMAIL PROTECTED]
this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Hi Dears,

2008-08-21 Thread [EMAIL PROTECTED]
this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: writeAttribute and IE7

2008-06-24 Thread [EMAIL PROTECTED]
Alright, but the way trying to set this Element over new Element() also doesn't work. IE7 won´t do it. On Jun 23, 1:44 pm, artemy tregoubenko [EMAIL PROTECTED] wrote: Afaik, IE won't let you change type of an input after input is created. You need to create input with correct type. This can

[Prototype-core] writeAttribute and IE7

2008-06-23 Thread [EMAIL PROTECTED]
about it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED

[Prototype-core] Re: Utility method and frames

2008-04-27 Thread [EMAIL PROTECTED]
Hi JDD, On 27 Apr., 18:00, John-David Dalton [EMAIL PROTECTED] wrote: Hello Steffen , For future reference, this post should have gone to the users mailing list:http://groups.google.com/group/rubyonrails-spinoffs thx, it was my first post here so i have to learn structure of this groups

[Prototype-core] How to get the request parameters from the response?

2008-01-26 Thread [EMAIL PROTECTED]
: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] OpenAjax support

2008-01-25 Thread [EMAIL PROTECTED]
, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: problem with event

2008-01-09 Thread [EMAIL PROTECTED]
Hi I do not know what is your problem, and I can not repeat your problem on my firefox 3.0 beta2, maybe it is only a problem for event sequence in firefox 2.0, try to fire the click in the window.onload event, maybe it can fix On Jan 6, 8:05 pm, 七星海 [EMAIL PROTECTED] wrote: using Prototype

[Prototype-core] Re: Javascript closures question

2008-01-09 Thread [EMAIL PROTECTED]
, there is no annonymous function, just Function Declaration and Function Expression and the Expression which IE and Jscript doesn't support. On Jan 9, 10:02 am, Simon Thomas [EMAIL PROTECTED] wrote: Ye sorry Mislav, Haven't found a decent Javascript discussion group/forum. Been playing around

[Prototype-core] EditInPlace Prototype ID issue

2008-01-01 Thread [EMAIL PROTECTED]
? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http

[Prototype-core] Bug from prototype?

2007-12-04 Thread [EMAIL PROTECTED]
. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: Bug from prototype?

2007-12-04 Thread [EMAIL PROTECTED]
) setupOneElementMask(null)masks.js (line 99) if (element._eventID) return element._eventID; Regards, ThEcHaCaL P.S.: ( pastie.caboo.se ) didnt work here =/ On Dec 4, 10:48 am, Mislav Marohnić [EMAIL PROTECTED] wrote: We don't know if you're doing something wrong because you haven't told or shown

[Prototype-core] Improvement of either .insert, or creating of Elements

2007-11-04 Thread [EMAIL PROTECTED]
this. Luke Parry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED

[Prototype-core] Re: Improvement of either .insert, or creating of Elements

2007-11-04 Thread [EMAIL PROTECTED]
Date() alert((end - start)); I don't want to annoy anyone on this, but it just strenghens why I needed to concate the elements, which is causing my problems... On Nov 4, 2:44 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have been trying to figure out a way that I can insert multiple elements

[Prototype-core] anyone else having problems with adBlock plus?

2007-10-22 Thread [EMAIL PROTECTED]
@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] $$ function needs context attribute?

2007-10-17 Thread [EMAIL PROTECTED]
to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: $$ function needs context attribute?

2007-10-17 Thread [EMAIL PROTECTED]
important for css selector, it make the selector much more flexible.especially in the $$().each(function(node){ $$(,node).doSomething() }) On Oct 17, 6:43 pm, Mislav Marohni [EMAIL PROTECTED] wrote: On 10/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I think is is good to create a new

[Prototype-core] Re: combinator selectors in Element#select

2007-10-17 Thread [EMAIL PROTECTED]
context. For the css selecting rule as same with the css with $$, make it to be complex is not a good idea. On Oct 17, 10:47 pm, kangax [EMAIL PROTECTED] wrote: I recently stumbled upon a href=http://dev.rubyonrails.org/ticket/ 9465this ticket/a In a nutshell, element.select(' foo') does not return

[Prototype-core] Re: :not() selector bugs

2007-10-16 Thread [EMAIL PROTECTED]
you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: *Bug* - transport.responseJSON doesn't work with konqueror

2007-10-08 Thread [EMAIL PROTECTED]
Okay, I have assigned a ticked for this: http://dev.rubyonrails.org/ticket/9824 Hope that helps even more Luke On Oct 8, 10:00 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hey there, thanks for responding so promptly :) Tobie, I have tried to use t.getHeader('Content-type'); but returns

[Prototype-core] *Bug* - transport.responseJSON doesn't work with konqueror

2007-10-07 Thread [EMAIL PROTECTED]
received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype

[Prototype-core] Re: Error when using Prototype 1.6.0_rc0

2007-10-05 Thread [EMAIL PROTECTED]
I am having the exact same issue. The code just stops at handler.call(event.target, event); without throwing an error. It works fine in IE. On Aug 17, 3:13 am, Frederic Gaus [EMAIL PROTECTED] wrote: Hi Guys, first of all I want to thank all of you for producing such a great framework

[Prototype-core] Re: Error when using Prototype 1.6.0_rc0

2007-10-05 Thread [EMAIL PROTECTED]
PROTECTED] wrote: On 10/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am having the exact same issue. The code just stops at handler.call(event.target, event); without throwing an error. It works fine in IE. You realize that there's nothing we can do unless you provide us

[Prototype-core] Re: Error in Opera (possible bug)

2007-09-27 Thread [EMAIL PROTECTED]
) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options

[Prototype-core] Re: Thoughts about 1.6

2007-09-25 Thread [EMAIL PROTECTED]
this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: Thoughts about 1.6

2007-09-25 Thread [EMAIL PROTECTED]
-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: Thoughts about 1.6

2007-09-25 Thread [EMAIL PROTECTED]
to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: Inheritance code question

2007-09-09 Thread [EMAIL PROTECTED]
is no use at all. No one relys on the constructor property to get the real constructor function... On Sep 9, 8:29 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks very much, and I think this constructor property is really not very reliable, such as: function a(){} a.prototype

[Prototype-core] Re: Inheritance code question

2007-09-08 Thread [EMAIL PROTECTED]
, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have seen the new inheritance code from Alex in 1.60 rc0, and I have a question: I believe the following two lines code are no use at all method.prototype.constructor = method; subclass.prototype.constructor = subclass; constructor

[Prototype-core] iterable/$A

2007-08-30 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http

[Prototype-core] Re: Suggestion: getElementsByClassName wrapper for firefox 3.0

2007-08-24 Thread [EMAIL PROTECTED]
How about as an extended element method? On Aug 24, 7:57 am, Mislav Marohni [EMAIL PROTECTED] wrote: On 8/24/07, Tobie Langel [EMAIL PROTECTED] wrote: I'm not saying we should do that, but can't we just wrap it HTMLElement.prototype too ? No, I tried :) We must go through

[Prototype-core] Re: Suggestion: getElementsByClassName wrapper for firefox 3.0

2007-08-24 Thread [EMAIL PROTECTED]
Maybe the first thing is not to overwrite the native method, I agree with Mislav, to extend the NodeList.prototype maybe is the best choice, and overwrite in the element methods never want that thing On Aug 25, 12:35 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: How about

[Prototype-core] Bug?

2007-08-21 Thread [EMAIL PROTECTED]
, right? :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED

[Prototype-core] Unique Arrays

2007-07-31 Thread Tom Anderson [EMAIL PROTECTED]
@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: Event.observe should fix this problem in attachEvent

2007-07-22 Thread [EMAIL PROTECTED]
to clear the memory? Wait for the next release. On Jul 22, 12:33 pm, Tobie Langel [EMAIL PROTECTED] wrote: Sorry, here's the link for it:http://dev.rubyonrails.org/browser/spinoffs/prototype/branches/event On Jul 22, 12:30 am, Tobie Langel [EMAIL PROTECTED] wrote: Have a look at the event

[Prototype-core] String.strip enhancement

2007-07-08 Thread [EMAIL PROTECTED]
. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http

[Prototype-core] Re: $ function

2007-06-24 Thread [EMAIL PROTECTED]
to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: $ function

2007-06-18 Thread [EMAIL PROTECTED]
Marohnić [EMAIL PROTECTED] wrote: On 6/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: input type=text value=this should be returned name=test id=www / input type=text value=this should not be returned ff2.0 bug not appeared in ff3.0 a5 name=test id=www / This is not valid HTML. It has 2

[Prototype-core] Re: $ function

2007-06-18 Thread [EMAIL PROTECTED]
, I won't use it, just prove you can change the name and fix it. On Jun 18, 5:33 pm, Mislav Marohnić [EMAIL PROTECTED] wrote: On 6/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My solution, maybe too complicated, one path for opera which is pretty good and with good performance, the path

[Prototype-core] Re: $ function

2007-06-18 Thread [EMAIL PROTECTED]
;) On Jun 18, 6:07 pm, Tobie Langel [EMAIL PROTECTED] wrote: And for my solution, it is too ugly, I won't use it, just prove you can change the name and fix it. Ya, unfortunately, in the process you've also removed any event handler that could have been set on the element

[Prototype-core] Re: $ function

2007-06-18 Thread [EMAIL PROTECTED]
believe this is may be a gecko 1.8* rendering problem, and be fixed in the gecko 1.9*, even the firefox has some problems on getElementById, so do not care too much about that thing. On Jun 18, 11:07 pm, Радослав Станков [EMAIL PROTECTED] wrote: I really think that name and id should be different

[Prototype-core] Prototype Control Suite Object.Event

2007-06-18 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group

[Prototype-core] Re: $ function

2007-06-18 Thread [EMAIL PROTECTED]
all elements have the same value name and id attri so that is it. What is the $ function's goal judge how to fix it. On Jun 19, 4:36 am, Радослав Станков [EMAIL PROTECTED] wrote: Vote for #1 I think we as developers should think about the performance and code, and we should be aware

[Prototype-core] Re: $ function

2007-06-17 Thread [EMAIL PROTECTED]
element = $$('*[id=' + id + ']').first(); should be the same with my element=$$(*).detect(function(node){return node.id==id}) is there some performance difference between these two code? Thanks On Jun 17, 9:14 pm, Adam McCrea [EMAIL PROTECTED] wrote: While I agree that it is bad practice

[Prototype-core] Re: $ function

2007-06-17 Thread [EMAIL PROTECTED]
attribute, only way to change it is to change outerHTML which is very ugly, so I believe $$(*).detect is the best way. On Jun 17, 9:34 pm, Mislav Marohnić [EMAIL PROTECTED] wrote: On 6/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: is there some performance difference between these two code

[Prototype-core] Re: $ function

2007-06-17 Thread [EMAIL PROTECTED]
){ node[0].outerHTML=node[1]; }); } However, it works, with the good performance which I believe. Thanks for reply On Jun 17, 11:11 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: What about this code: if(!element.id || element.id!=id

[Prototype-core] Re: $ function

2007-06-17 Thread [EMAIL PROTECTED]
lll name=lll l /' one name with one without, and the method to modify it. Thanks For the performacnce I think if you just use getELementById and change the bug input's name it would be the fastest, even fast than $$ (*[id='']). On Jun 18, 4:31 am, Adam McCrea [EMAIL PROTECTED] wrote: Oh

[Prototype-core] abort()ing the ajax request

2007-06-15 Thread [EMAIL PROTECTED]
this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core

[Prototype-core] Re: Hijack Browser Loading

2007-06-14 Thread [EMAIL PROTECTED]
. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http

[Prototype-core] Re: Hijack Browser Loading

2007-06-14 Thread [EMAIL PROTECTED]
from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: Hijack Browser Loading

2007-06-13 Thread [EMAIL PROTECTED]
email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: Hijack Browser Loading

2007-06-13 Thread [EMAIL PROTECTED]
@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] next(Number) slowdown in Internet Explorer (6,7)

2007-05-23 Thread [EMAIL PROTECTED]
. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] IE6/7 Freezes from a simple If/Else with Prototype 1.4 1.5

2007-05-01 Thread [EMAIL PROTECTED]
email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---

[Prototype-core] Re: prototype 1.50_1.51 has a bug on Ajax.Rquest

2007-04-27 Thread [EMAIL PROTECTED]
pack 1 and 2, the IE version are 6.0.2600, and that's the error, 12150. The error are on Ajax.Request.prototype.setRequestHeaders. There are no information in any page, but I'm working on fix that, some one have a solution??? On Apr 9, 5:44 am, Christophe Porteneuve [EMAIL PROTECTED] wrote: Hi

[Prototype-core] Re: Curry And Compose

2007-04-23 Thread [EMAIL PROTECTED]
day and you are still operating on the Method instance. And since I invented it, I don't have to worry about it being mathematically incorrect! :-) Dan On Apr 23, 6:24 am, Ryan Gahl [EMAIL PROTECTED] wrote: I think I am still expecting the bind operation to be applied to the subject

[Prototype-core] Form not available as singleton.

2007-04-19 Thread [EMAIL PROTECTED]
}}} ~ ~ ~ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http

[Prototype-core] AJAX Prototype

2007-04-19 Thread [EMAIL PROTECTED]
/script. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED

[Prototype-core] Prototype + Ajax + XML

2007-03-16 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group

[Prototype-core] Re: How to try out Class Animal example (Example 4.1) using prototype 1.5?

2007-02-22 Thread [EMAIL PROTECTED]
to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~--~~~~--~~--~--~---