Bugs item #2791025, was opened at 2009-05-13 18:16
Message generated for change (Tracker Item Submitted) made by jevonwright
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=2791025&group_id=61302

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: HtmlUnit plugin
Group: Release 2.2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jevon Wright (jevonwright)
Assigned to: Jevon Wright (jevonwright)
Summary: Alerts or exceptions thrown within Ajax are not caught

Initial Comment:
If we use Prototype like so:

new Ajax.Request('../response.jsp', {
  method:'get',
  onSuccess: function(transport){
    alert("Alert box from Ajax response");
    throw new MyException("oh no!");
  }
 });

Neither the alert box, nor the exception, will be thrown or caught by JWebUnit 
-- execution proceeds like normal.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=2791025&group_id=61302

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to