« Return to Thread: HtmlUnit + GWT

Re: HtmlUnit + GWT

by Ahmed Ashour :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
Dear Daniel,
 
Yes, I am focusing on GWT almost all the time.
 
After Marc has kindly made the workaround for Rhino bug of string prototype, basic GWT applications can be processed by HtmlUnit.
 
However, advanced GWT examples has errors, currently because of:
    1- Missing document.implementation.createDocument (FF), and ActiveXObject "MSXML2.DOMDocument"
    2- Missing DOMParser (FF), and ActiveXObject "Microsoft.XMLDOM"
    3- During debugging somewhat simple example, I went into DocumentFragment thing, which now shifted me to know why it breaks jQuery.
 
On the other hand, I didn't know I am that amateur in JS until after looking into jQuery code,

If someone can answer the second part of the question in http://www.webdeveloper.com/forum/showthread.php?t=158090, I will be very grateful.
 
Many thanks,
Ahmed
 


Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
HtmlUnit-develop mailing list
HtmlUnit-develop@...
https://lists.sourceforge.net/lists/listinfo/htmlunit-develop

 « Return to Thread: HtmlUnit + GWT