delete a subtask with selection on the arrow leaves the arrow
Bug #493335 reported by
Lionel Dricot
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTG |
Won't Fix
|
High
|
Unassigned |
Bug Description
if you delete a subtask in the task editor by selecting it and that your selection start just before the arrow, the arrow will stay after deletion.
Strangely, if you cut instead of deleting, the arrow is removed (which is correct).
Related branches
lp://staging/~gtg-user/gtg/bugfix-493335
Rejected
for merging
into
lp://staging/~gtg/gtg/old-trunk
- Izidor Matušov: Disapprove
- Bertrand Rousseau (community): Needs Information
-
Diff: 15 lines (+5/-0)1 file modifiedGTG/gtk/editor/taskview.py (+5/-0)
Changed in gtg: | |
milestone: | none → 0.2 |
importance: | Undecided → Medium |
Changed in gtg: | |
milestone: | 0.2 → 0.3 |
Changed in gtg: | |
milestone: | 0.3 → 0.2.1 |
status: | New → Confirmed |
assignee: | nobody → Lionel Dricot (ploum) |
Changed in gtg: | |
assignee: | Lionel Dricot (ploum) → nobody |
milestone: | 0.2.1 → 0.3 |
tags: | added: dailyuse |
Changed in gtg: | |
status: | Confirmed → Triaged |
Changed in gtg: | |
importance: | Medium → High |
milestone: | 0.3 → 0.4 |
tags: | added: editor |
Changed in gtg: | |
status: | Triaged → Confirmed |
assignee: | Alan Gomes Alvino (alangalvino) → nobody |
tags: | added: github |
Changed in gtg: | |
status: | Confirmed → Won't Fix |
To post a comment you must log in.
Since my bug report was a duplicate of this one, I'll try and describe my observations here instead. First off, this bug is quite irritating for someone like myself who apparently cannot type :). However, I'm having a hard time figuring out where the problem is.
From what I can tell, the subtask is converted back into normal text, arrow and the rest of the text, when the first character of the Subtask's text is deleted. The same behavior is exhibited when you move your cursor after the character and press backspace, or if you move before the character and press delete, or if you highlight the character and press any of backspace, delete, or ctrl-x.
Its almost like something is happening to the tags when this character is being deleted. Is it possible that the indent tag ending is being removed and the subtask tag beginning is being removed too?