What version are you running?
1.6.6
What's the URL of the page containing the problem?
/r/#/diff/
What steps will reproduce the problem?
1. Open diffs for long python files where code is folded (before a diff)
2.
3.
What is the expected output? What do you see instead?
- When code is folded, the interface shows one line saying in which function we currently are at the end of the fold. Something like:
90 lines hidden [Expand]
def spamalot(...):
It happened quite a few times that the function named there was not the actual "current" one, other functions being declared both before and after this one, inside of the fold.
This is misleading. It would actually be preferable not to have this information altogether, rather than having it be wrong.
What operating system are you using? What browser?
Win7 Pro 64bits - Chrome 15.0.874.106
Please provide any additional information below.