farshadmohajeri / extpascal

Automatically exported from code.google.com/p/extpascal
49 stars 28 forks source link

rev 609 had a bug #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# What steps will reproduce the problem?

1.
        QueryForm := TExtPanel.Create;
        with QueryForm do
        begin
          if Browser = brIE then
            on('close', Ajax(FreeForm, ['FormName', sFormName])) // Bug no 
IE
          else
            on('destroy', Ajax(FreeForm, ['FormName', sFormName]));

After run,it will report error:
O185.on("destroy", function () {return Ext.Ajax.request({url: "/cgi-
bin/qa.exe/FreeForm", params: "Ajax=1&FormName=FormTableDefine4`", 
success: AjaxSuccess, failure: AjaxFailure});}) is undefined

The code run on Rev 599 is work ok.
Please check.

- ExtPascal: rev.609
- ExtJS: v.3.0
- Compiler: Delphi 7
- OSes: WindowsXP
- WebServer: Apache2
- Mode: FCGI

Original issue reported on code.google.com by luoca...@gmail.com on 21 Jan 2010 at 7:45

GoogleCodeExporter commented 9 years ago
Not reproducible in last SVN.

Original comment by wanderla...@gmail.com on 27 May 2010 at 7:32