GNOME Bugzilla – Bug 102586
deleting threaded articles jumps around
Last modified: 2004-12-22 21:47:04 UTC
steps to repeat: 1: select an article that is threaded in a manner similar to 122 (numbers indicate heirarchy) 2: press the delete key what happens: it deletes the selected article, (breaking the thread and making all direct followups base articles) re-sorts the article list, and jumps to the article that _was_ next. what should happen: I don't know what the right behavior is. I want the thread to remain intact so that the re-sort never happens (it's disorienting) and holding the delete key down smoothly deletes the articles one after another. Is a headless thread possible? I think that would make it do what I want.<confused sheepish grin> perhaps holding off on the sort while the delete key is down? <shrug>
When an article was deleted, its children were bumped up to be children of the deleted articles' parent, but it looks like they were bumped up in reverse order. Bumping them up in the correct order fixes this problem:http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=articlelist.c&rev1=1.598&rev2=1.599&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan&command=DIFF_FRAMESET&file=ChangeLog&rev1=1.1650&rev2=1.1651&root=/cvs/gnome