Editor window does not scroll to the last line

I am running Komodo IDE X on Ubuntu 14.04 (64) and I run into the problem that I can’t scroll to the end of a file with a mouse unless I use the arrow keys (for e.g. see attached image; the file clearly does not end on line 73 and yet the editor window won’t scroll lower.) I had the same issue on Komodo 9.

Do you have any UTF-8 chars in your file by a chance?

Hey Defman.

Nope. I don’t have any UTF-8 chars in the file. It (Komodo X) did not have this problem yesterday and I was happy since I had the same issue in Komodo 9 and thought it had been resolved. But it popped up again today.

On the bright side, it does encourage mouse-less development.

That’s veeery strange. Are you able to reproduce the issue with the same file, but in Safe Mode? (Help - Troubleshooting - Restart in Safe Mode)

It behaves normally in the “Safe Mode” and when I switched back to the normal mode the problem went away. Very weird.

If you will reproduce this again, please share your log (Help - Troubleshooting - View Log File), and, If you could, the file (if it does happens only in specific files).

Will do, Defman. Thanks.

Ran into the issue once again, here is the log-dump:

File "/home/ali/Komodo-IDE-10/lib/mozilla/components/koInitService.py", line 371, in loadStartupCategories
    getService(components.interfaces.nsIObserver)
  File "/home/ali/Komodo-IDE-10/lib/mozilla/python/xpcom/components.py", line 195, in getService
    return serviceManager.getServiceByContractID(self.contractid, _get_good_iid(iid))
  File "<XPCOMObject method 'getServiceByContractID'>", line 3, in getServiceByContractID
Exception: 2147500037 (NS_ERROR_FAILURE)
[2016-05-21 16:34:31,629] [INFO] koInitService: Adding pre startup service for 'koDBGPManager': '@activestate.com/koDBGPManager;1'
[2016-05-21 16:34:34,768] [ERROR] codeintel.komodo.KoCodeIntelManager: failed to get langAppInfo.version for language JavaScript
[2016-05-21 16:34:53,148] [ERROR] koScopeDocs-Py: Could not find cix for ext
[2016-05-21 16:34:53,331] [ERROR] koScopeDocs-Py: Could not find cix for html5
[2016-05-21 16:35:59,363] [WARNING] views: Inconsistent view count in view_closed event
[2016-05-21 16:35:59,424] [WARNING] koLanguageServiceBase.indenting: Found non-positive guess of 0 (min 1)
[2016-05-21 16:35:59,572] [WARNING] views: Inconsistent view count in view_opened event
[2016-05-21 16:35:59,958] [WARNING] scc.history: could not load history results, exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsITreeSelection.select]"  nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)"  location: "JS frame :: chrome://komodo/content/scc/history.js :: _scc_history_dialog.prototype.load_history_for_url/async_callback.callback :: line 445"  data: no]
[2016-05-21 16:37:10,789] [WARNING] views: Inconsistent view count in view_closed event

It doesn’t look like a full log.