Community
Participate
Working Groups
Build Identifier: WTP 3.2 If I have a reference to a global function passed to a function call as an argument, it won't take you to the function definition if you click F3 on it. Reproducible: Always Steps to Reproduce: 1. declare a global function 2. pass the function reference to a dojo method, such as dojo.connect 3. click F3 on the reference, the tools should take you to the function's declaration, but that does not work as expected
Created attachment 178348 [details] patch and junit
Went with a strategy of converting returning field bindings when method bindings where found in the case where we are specifically trying to resolve a field reference.
Checked into 3.2.3 and HEAD.