shaungyuehuoniao / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 2 forks source link

FormListener #269

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a FormPanel and a FormListener.
2. Set fileUpload to true.
3. Submit the FormPanel
4. The response from the server is put to {success:true}

What is the expected output? What do you see instead?
 The onActionComplete is not fired.

What version of the product are you using? On what operating system?
 I'm using the latest build of gwt-ext (7 mar)

Please provide any additional information below.

Original issue reported on code.google.com by fafi.cal...@gmail.com on 7 Mar 2008 at 10:04

GoogleCodeExporter commented 8 years ago
In fact the problem depends on your browser,
It's work fine with tested browsers : IE and Firefox
But does not work with GWT Hosted Browser

Tested with
gwtext-2.0.2
ext-2.0.2
gwt-linux-1.4.61

With GWT Hosted Browser, i obtain just first action :
doBeforeAction

With browser IE and Firefox, i obtain the both actions :
doBeforeAction
onActionComplete

Original comment by sjac...@gmail.com on 17 Mar 2008 at 5:24

GoogleCodeExporter commented 8 years ago
I just wanted to bump this issue and ask whether any dev is working on it.

We are able to reproduce the problem here with:
- Firefox 3.0.3, compiled (under Ubuntu)
- Firefox 3.0.3, compiled (under Windows XP)
- Firefox 3.0.3, in Hosted Mode (under Windows XP)
- Camino 1.6.2, compiled (under MacOSX 10.5)
- Internet Explorer 7, compiled (under Windows XP)
- Iron 0.2.152.0 (a Chrome fork), compiled (under Windows XP)
- Opera 9.6.1, compiled (under Windows XP)

We did not find any combination that did _not_ trigger the problem. So, this 
looks
much more like a general bug than a browser incompatibility. Btw, "compiled" in 
the
list above means running a compiled version deployed as a WAR file to TomCat.

We are using GWT 1.5.2 and gwt-ext 2.0.5.

If I can assist a dev in any way in hunting down the problem, I'll be happy to 
do so.

Original comment by zierfisc...@googlemail.com on 24 Oct 2008 at 4:36