Closed devel-pa closed 8 years ago
Javascript has a weird variable scope if your coming from other languages
http://javascriptplayground.com/blog/2012/04/javascript-variable-scope-this/ should explain
Sry, I don't understand your answer. I'm from JS and BB. I signaled an issue. THIS in render method should be the current object, not the list.
can you put some up on http://jsfiddle.net/ showing what you mean
I can try. In fact I will check with one of your examples, first.
Sry, I've tried to reproduce the behavior without success outside my application. I'll research more and in case I can obtain something valid I'll give you the code. Thanks
Closing as thread is old. Please feel free to re-open if you found problem / solution.
I hope it's an issue on my side, but let's describe it: When rendering a list, the item render and the render of the object inside it the "this" keyword represents the list;