History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: EQX-105
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse Light

Upgrade to Script.aculo.us 1.6.5

Created: 08/Oct/06 10:02 PM   Updated: 26/Apr/07 03:20 AM
Component/s: Web - General
Affects Version/s: 1.6
Fix Version/s: 1.8-beta



 All   Comments   Change History   FishEye      Sort Order:
Matt Raible - 08/Oct/06 10:43 PM
Re-opened because current version of Canoo WebTest can't handle this upgrade:

Test step invoke (/opt/openlogic/blueglue/cruisecontrol-bin-2.5/projects/equinox-1.x/equinox-dist/eq
uinox-jsf-hibernate/src/test/resources/web-tests.xml:23: ) named "<unknown>" failed with message "S
tep[invoke "<unknown>" (1/12)]: Script error loading page executing webtest at: invoke TypeError: Ca
nnot read property "prototype" from null (http://localhost:14256/equinox/scripts/prototype.js#1320)

Matt Raible - 28/Dec/06 05:35 PM
Commented out the following lines (starting on 1402) for JSF version because it use HtmlUnit and there's an issue with HtmlUnit (http://tinyurl.com/y7dmst):

if (typeof HTMLElement != 'undefined') {
    /* The following code doesn't work with HtmlUnit 1.10: http://tinyurl.com/y7dmst */
    /*copy(Element.Methods, HTMLElement.prototype);
    copy(Element.Methods.Simulated, HTMLElement.prototype, true);
    copy(Form.Methods, HTMLFormElement.prototype);
    [HTMLInputElement, HTMLTextAreaElement, HTMLSelectElement].each(function(klass) {
      copy(Form.Element.Methods, klass.prototype);
    });
    _nativeExtensions = true;*/
  }