onier / extbuilder

Automatically exported from code.google.com/p/extbuilder
0 stars 0 forks source link

Bad .js code generation #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new project
2. Add a "TextField" object to the UI
3. Add a listener to this object for the "change" event

What is the expected output? What do you see instead?
The corresponding .js file should be correctly generated.
But it's does not work: 
  - errors appears in the .js file, some parameters are missing in the
functions generated;
  - Extbuilder does not display the UI anymore (because the .js file is not
good)

What version of the product are you using? On what operating system?
Extbuilder 20081116 (0.9.1)
Eclipse 3.5.0 with the aptana plugin (1.5.1)
ExtJs 2.3.0

Please provide any additional information below.

Original issue reported on code.google.com by afou...@gmail.com on 3 Sep 2009 at 12:25