Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #324241 +++ 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 179901 [details] patch
Committed to R3_2_2_patches