From: Harald Oehlmann on 5 May 2010 03:39 On 5 Mai, 09:38, Harald Oehlmann <wortka...(a)yahoo.de> wrote: > For the records, please look to bug report:http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/903... Correct link: https://sourceforge.net/tracker/?func=detail&aid=2995969&group_id=12883&atid=112883 Sorry, Harald
From: Donal K. Fellows on 5 May 2010 04:24 On 5 May, 08:39, Harald Oehlmann <wortka...(a)yahoo.de> wrote: > Correct link: > > https://sourceforge.net/tracker/?func=detail&aid=2995969&group_id=128... > I find it easier to give such links in "short form", like this: https://sourceforge.net/support/tracker.php?aid=2995969 (This is good because it only requires the issue id, and not the rest of everything. If an issue gets moved around, it stays the same. And it's less likely to get mangled by other software too. :-)) Donal.
From: Harald Oehlmann on 5 May 2010 11:35
> Karen also reported the obvious bug in auto scroll of the tree widget: > Current line: > set data(dnd,afterid) [after 200 [list Tree::_scroll $path $scroll]] > To modify to: > set data(dnd,afterid) [after 200 [concat [list Tree::_scroll $path] > $scroll]] > > A bug will be opened, just to note it somewhere... No obvious bug, false alarm, thank you Koen. Thank you Donal, for the short link. Harald |