similar to: Prototype wishlist

Displaying 20 results from an estimated 30000 matches similar to: "Prototype wishlist"

2010 Aug 11
0
[PATCH] prototype rails.js fix for forms with multiple submit buttons
Hello, Please see my ticket at https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5356 for a fix for supporting multiple submit buttons in forms using the prototype version of rails.js. The ticket goes into more detail. Please let me know of any changes, comments, etc. My javascript-fu is not as good as my ruby-fu. Thanks -- You received this message because you are
2006 Jan 29
0
BUG in PROTOTYPE when set evalScripts: true - Firefox crashes
Hi all. I''m using Ajax Updater with evalScripts set to true and there must be a bug in prototype because when I call function firefox crashes and exit. I can''t even see Firefox javascript console. So I try it under Opera and Opera javascript Console show me this: http://localhost:8090/mysite/processSearch?pQuery=a Timeout thread: delay 10 ms Error: name: EvalError message:
2008 Apr 22
1
Problem with Prototype 1.6.0.2, Opera 9 and Form.serialize()
Hello, following code fragment given: ~~~ function jsPostAppend(script, form_id) { if(form_id) //parameters=''&'' + $(form_id).serialize() // first flavour parameters=''&'' + Form.serialize($(form_id)) // second flavour [...] ~~~ This works perfect for FF2, IE7 and Safari3 (in both flavours). With Opera 9.x, I get the following javascript errors:
2008 Jul 11
1
prototype.js breaks treemenus from pear HTML_TreeMenu in safari
hi all i see a very strange behavior in safari when using prototype.js and the pear HTML_TreeMenu to reproduce get prototype.js (http://www.prototypejs.org/assets/ 2008/1/25/prototype-1.6.0.2.js) and treemenu.js (http://cvs.php.net/ viewvc.cgi/pear/HTML_TreeMenu/TreeMenu.js?revision=1.22). and test the following html with safari on mac or windows (http:// www.apple.com/safari/download/)
2006 Jun 20
4
Prototype $A not defined
Hello, I apologize for posting prototype related email to this list, yet I have not seen any reference to email or list on the prototype web site and I know the author of that library is part of the rails development team so I am trying to reach him. Basically I have installed "FireBug" which is a javascript/html/css/dom debugger for firefox and since I plugged prototype.js and
2006 Mar 26
2
script.aculo.us 1.6 beta
Heya, The script.aculo.us SVN repositiory now holds the 1.6 beta. This version is mostly a refactoring/bugfix release, and marks the switch over to Prototype 1.5 (Prototype 1.4.0 is no longer supported). The required prototype.js file is included (lib/prototype.js) of course. Changes since 1.5.3: * Prepare for script.aculo.us 1.6, add Prototype 1.5 requirement and check that
2007 Jul 17
0
Error when prototype.js is loaded
I have some javascript on my page which contains an array for a menu. Without protoype.js loaded, I don''t receive any js errors. However, once I load prototype.js, my code for my menu shows an error. This area was coded prior to implementing prototype.js, so it is not dependent on prototype, but other site functions will be. Here is the error that I get: invalid quantifier +);}); }
2007 Feb 08
0
derive.js - Ruby-esque derivation/mixins for Prototype
All, I whipped up a small extension for Prototype to solve some modeling issues I was having on a large JS project. I know there have been serveral alternative "write JS in Ruby" type efforts, including ruby.js, rb2js, and prototype.js itself, but I was hoping to keep it as light as possible while gaining the most powerful aspects of derivation/mixins/callbacks. Much like the prototype
2006 Jan 22
0
Using prototype.js Documentation - UPDATED VERSION TO COVER 1.4.0
Hi Everyone, The most popular documentation on prototype.js now got even better. The earlier one was for version 1.3.0. Sergio Pereira has updated his documentation to cover prototype.js version 1.4.0. http://www.sergiopereira.com/articles/prototype.js.html <http://www.sergiopereira.com/articles/prototype.js.html> -Mandy. _______________________________________________
2007 Sep 12
2
Prototype.js and Coremetrics eluminate.js issues
Hi, I am trying to use prototype.js on a JSP that also contains some javascript from Coremetrics (eluminate.js). Coremetrics is used for tracking marketing clicks. When I have both of these javascript imports on the page I get javascript errors in the eluminate.js file. I get javascript errors that say "Undeterminate string constant." It looks like the prototype.js file is somehow
2006 Jun 21
0
MochiKit breaks Prototype/Scriptaculous on IE 6
Hello folks, I have a situation where I''m using both MochiKit and Prototype/Scriptaculous on the same page. Everything works well in Firefox however MochiKit appears to be breaking my Scriptaculous autocomplete in IE 6. I''m currently loading the JavaScript libraries in the following order: prototype.js scriptaculous.js"> <script
2006 Jan 25
0
Making an unload event work with prototype
I found that I couldn''t register an unload event using prototype. The reason seems to be that prototype registers an unload event which unregisters all events, including other unload events. It''s commented as a fix for an IE memory leak. In case anyone else wants to use unload events, here''s a fix that works for me, and might work for you. It simply skips unload events
2006 Nov 12
1
prototype and json
I''m using the "Prototype JavaScript framework, version 1.5.0_rc1" and when I add the json.js script (http://www.json.org/js.html) to the document, I get an "Too much recursion" error. Is this version of prototype making some incompatibilities with json.js? Have prototype built in methods for working with json (array 2 json, object 2 json, etc)? Thanks.
2007 Jan 22
1
Prototype.js object.constructor exception
I''m trying to debug an a uncaught exception: Permission denied to get property Object.constructor error. I have some code like this: myObject.js ------------ function myObject (arg1, arg2, arg3) { //does some constructor related stuff } myObject.prototype.createSomething = function() { // do more boring stuff // return an Array; } manager.js ----------- var fakeHashMap = new
2005 Aug 22
1
Docs for prototype.js
I just found this (by way of comp.lang.javascript), and article on the use of and reference for prototype.js. http://www.sergiopereira.com/articles/prototype.js.html I haven''t checked the details, but it looks pretty good. The author points out that it is un-official. Sam, if you''re reading this, is there a chance of giving it an official blessing? Michael -- Michael
2006 May 12
1
best list/forum for prototype.js?
Hi, Where is the best place in the net to discuss the prototype.js library? I have some questions that are purely prototype.js questions and unrelated to rails. Thanks, Peter
2011 Sep 25
0
ajax problem when switching from prototype to jquery
I have an old Rails application that I''d previously upgraded to Rails 3.1 with a lot of legacy features left on; now I want to switch to using jQuery instead of Prototype, and switch to using the asset pipeline. I''m trying to tackle the first of those; no idea if that''s wise, maybe I should start with the asset pipeline instead? To switch to jQuery, I added gem
2005 Oct 03
0
Prototype.js Doc Update
Hi Guys, Just received an email from Sergio. He has updated his prototype.js documentation yesterday. Has added some stuff on the position object. http://www.sergiopereira.com/articles/prototype.js.html Thank you, Mandy.
2008 Apr 03
1
Changing the prototype.js from 1.5.0 to 1.6.0.2 causes error in javascript code.
Hi, I am a new member of this group. We are using autocomplete box from "script.aculo.us". It uses the prototype.js file. We are creating the auto completer dynamically in a table. Our code was working on FireFox(FF) but was giving error on InternetExplorer(IE). So we upgraded the prototype.js file today from version 1.5.0 to 1.6.0.2. Only this particular change was done. When we
2005 Oct 13
3
Tweaks of Array.prototype
Hi all, I encountered a big problem when trying to use Scriptaculous and Htmlarea in the same page. The Htmlarea code uses a lot of "for (var i in array_variable)" to iterate on array elements. Problem is that prototype.js augments Array.prototype, which then show up in the iteration, severely breaking htmlarea. The easy workaround is for sure to use "for (var i = 0; i <