Actions
Bug #945
closedETV fails to open function bodies that contains function calls that contains model function calls
Start date:
03/14/2011
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
aadc295
Description
In fixing of #917 issue I have noticed the given fact. To see the bug you may go to temporary link.
This bug significantly breaks the whole visualization.
Updated by Evgeny Novikov over 13 years ago
- Status changed from Open to Closed
- Published in build set to aadc295
The fix was simple, just use jquery find
method instead of children
to traverse all interesting elements of a given function body instead of first level ones. Live example is placed here for a couple of days (posted above doesn't work since it refer to my localhost).
Actions