← Back to team overview

gtg team mailing list archive

Re: [Bug 529908] Re: [gtg-refactor] tags drag and drop broken

 

On Tue, May 11, 2010 at 12:42:48AM -0000, Pablo Olmos de Aguilera Corradini wrote:
> Oh, okay, my idea was to help finding new bugs, but if it's too soon,
> you could prolly tell me when it's ""done"" so I can help.

Reporting bugs against the development version is fine, but make sure to
be wearing your 'tester' hat rather than your 'user' hat.  So for
example, try seeing how to reproduce the bug in a few different ways
(such as when using the ./scripts/debug.sh tool to launch gtg), and
itemize exact steps to reproduce the error.  That makes things a lot
easier for the developers.

In this case, though, I think it's pretty well known that drag-and-drop
is busted, so is just a matter of someone having some time to code up a
solution.  You're welcome to submit a patch if you're anxious to see a
fix and know coding (or have an interest in learning python).  I've done
this for a few bugs I've found, and my patches were warmly received by
the devs.

-- 
[gtg-refactor] tags drag and drop broken
https://bugs.launchpad.net/bugs/529908
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Triaged

Bug description:
You'll probably already know, but anyways...

Traceback (most recent call last):
  File "/home/luca/Projects/gtg/gtg-refactor/GTG/taskbrowser/tagtree.py", line 416, in on_drag_data_received
    tagtree_model.move_tag(par_iter_tagtree, drag_iter_tagtree)
  File "/home/luca/Projects/gtg/gtg-refactor/GTG/taskbrowser/tagtree.py", line 221, in move_tag
    c = c.get_parent()





References