GNOME Bugzilla – Bug 411447
header pane jumps
Last modified: 2007-04-02 06:28:33 UTC
Jeff Berman reports in pan-users: Hi, I was wondering if anybody could confirm something for me. With pan .125 or maybe .124, I'm seeing the return of a previously-fixed bug. What happens is that if you select a block of articles and then delete them, pan sort of loses its place in the article list so that you're positioned lower in the list than you should be. To duplicate this: 1) Select an article. 2) Page down a couple times and shift-select another article. So now you have a bunch of articles selected that spans several window lengths. 3) Delete those articles. What should happen is the list should reposition itself to display the articles just before and just after the block that you deleted. What I'm seeing is that pan sort of skips over a couple pages of articles so that I have to page up a few times to get back where I was. Is anyone else seeing this? I did recently upgrade my GTK so that could be the culprit... Thanks!
Fixed in SVN: http://svn.gnome.org/viewcvs/pan2?view=rev&revision=187
*** Bug 414689 has been marked as a duplicate of this bug. ***
Hi Charles, and thank you for the fix. I think that the solution uses a function that only exists in GTK versions >= 2.8. I'm running GTK 2.6.10 and pan now won't compile, because source file header-pane.cc uses "gtk_tree_view_get_visible_range()", which was introduced to GTK in version 2.8. Is this an oversight, or has the minimum GTK version changed? Thanks!