Summary: | Scrollbar is broken when loading two files from sftp | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Albert Astals Cid <aacid> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | michal.humpula |
Priority: | NOR | ||
Version: | 3.11.97 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kate/2b0c06866538adf3acf5a150c95c5fd4d9eff3d0 | Version Fixed In: | 4.12.2 |
Sentry Crash Report: |
Description
Albert Astals Cid
2013-12-11 22:29:07 UTC
Hi Albert, I can't reproduce it with the info, so here are some additional questions. What scrollbar do you find not working corretly, the vertical or horizontal one? Is the sizing fixed, when you resize the window? How do you open files from sftp (when I'm accessing files over ssh I just use sshfs, so I'm not familiar with using sftp in kate)? Is it happening with local files too? (In reply to comment #1) > Hi Albert, > > I can't reproduce it with the info, so here are some additional questions. > What scrollbar do you find not working corretly, the vertical or horizontal > one? vertical > Is the sizing fixed, when you resize the window? yes > How do you open files > from sftp (when I'm accessing files over ssh I just use sshfs, so I'm not > familiar with using sftp in kate)? * Open konqueror, write sftp://something_you_have_access_to in the url bar * highlight two files (ctrl+mouse_left_click for example) * Mouse Right click on one of the files, open with -> kate > Is it happening with local files too? No, that's why i mentioned sftp Thanks Albert, but still no confirmation on my side. How big are the files (aprox)? Are you getting "The file ... is still loading" message? I was testing it agains local ssh, so maybe it's too fast on my side. This one might seem stupid, but I need to be sure; what version is the kate? Is it compiled from the master branch from git repo? The version info in About dialog is useless. (In reply to comment #3) > Thanks Albert, but still no confirmation on my side. > > How big are the files (aprox)? Not big, let's say 1000 lines at most > Are you getting "The file ... is still > loading" message? Yes > I was testing it agains local ssh, so maybe it's too fast > on my side. Probably > This one might seem stupid, but I need to be sure; what version is the kate? > Is it compiled from the master branch from git repo? The version info in > About dialog is useless. I'm using the 4.12 RC (as defined by my version string) so i am using http://quickgit.kde.org/?p=kate.git&a=commit&h=aa242d8fc72159bf1f29acb86ead8ddc39106eb0 Git commit 807cac0e3f0899eb46f12de4b7b546f6cee9fba8 by Albert Astals Cid. Committed on 22/01/2014 at 19:50. Pushed by aacid into branch 'KDE/4.12'. Fix broken scrollbar when opening remote files Acked by Christoph FIXED-IN: 4.12.2 REVIEW: 115235 M +1 -1 part/view/kateviewinternal.cpp http://commits.kde.org/kate/807cac0e3f0899eb46f12de4b7b546f6cee9fba8 Git commit 2b0c06866538adf3acf5a150c95c5fd4d9eff3d0 by Albert Astals Cid. Committed on 22/01/2014 at 19:50. Pushed by aacid into branch 'master'. Fix broken scrollbar when opening remote files Acked by Christoph FIXED-IN: 4.12.2 REVIEW: 115235 M +1 -1 part/view/kateviewinternal.cpp http://commits.kde.org/kate/2b0c06866538adf3acf5a150c95c5fd4d9eff3d0 |