Hybrid View
-
24 Jan 2013 8:42 AM #1
TypeError: 'undefined' is not an object (evaluating 'this.opening.update')
TypeError: 'undefined' is not an object (evaluating 'this.opening.update')
Got this TypeError: 'undefined' is not an object (evaluating 'this.opening.update') when removing a parameter from a function.
-
24 Jan 2013 11:32 AM #2
pabiltobs -
Would you be able to provide steps to reproduce?Aaron Conran
@aconran
Sencha Architect Development Team
-
24 Jan 2013 2:49 PM #3
Steps
Steps
after creating two functions with one parameter, try to add a second parameter to one of the functions, then save, try to erase one of the parameters, and there is where it crashed.
That is the secuence, I tried later to do the same and it didn't crash, so I don't know if it was a random thing.

-
24 Jan 2013 3:20 PM #4
I tried a number of versions of this and was unable to reproduce.
If you are able to provide steps to reproduce we will be able to fix it faster. Otherwise we'll be on the lookout.Aaron Conran
@aconran
Sencha Architect Development Team
-
24 Jan 2013 5:18 PM #5
steps
steps
the steps I described before were the ones I followed, I tried too, and it never came up again, if it happens again I will let you now.
Thank you very much for your support on this matter.
-
22 Feb 2013 4:15 AM #6
reproduced
reproduced
I'm getting it doing this :
1- New project
2- Add a new controller
3- Create a first function with 1 param for this controller
4- Create a second function
5- Delete param of first function
Success! Looks like we've fixed this one. According to our records the fix was applied for
a bug in our system
in
a recent build.


Reply With Quote