search for: collecttextnod

Displaying 3 results from an estimated 3 matches for "collecttextnod".

Did you mean: collecttextnodes
2008 Mar 20
0
Autocomplete and Firefox
...rver side, ensuring I don''t insert any extraneous whitespace. But the patch below strikes me as a potential solution that shouldn''t cause any additional problems and probably represents the desired behavior. In fact, it might even be better to strip all strings returned from the collectTextNodes* function, or that might be overreaching a bit. --Bryan --- ./src/controls.js.orig 2008-03-20 10:35:44.017733000 -0400 +++ ./src/controls.js 2008-03-20 10:36:30.861783400 -0400 @@ -244,6 +244,7 @@ if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.s...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...}, - + getCurrentEntry: function() { return this.getEntry(this.index); }, - + selectEntry: function() { this.active = false; this.updateElement(this.getCurrentEntry()); @@ -244,7 +244,7 @@ Autocompleter.Base = Class.create({ if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.select); } else value = Element.collectTextNodesIgnoreClass(selectedElement, 'informal'); - + var bounds = this.getTokenBounds(); if (bounds[0] != -1) { var newValue = this.element.value.substr(0, bounds[0]); @@ -257,7 +257,7 @@ Auto...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server