After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 139671 - Task pulldown selector in Task Edit predecessor page does not scroll.
Task pulldown selector in Task Edit predecessor page does not scroll.
Status: RESOLVED FIXED
Product: planner
Classification: Other
Component: General
unspecified
Other Linux
: Normal trivial
: 0.13
Assigned To: planner-maint
planner-maint
Depends on:
Blocks:
 
 
Reported: 2004-04-10 17:35 UTC by Lincoln Phipps
Modified: 2005-02-20 18:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lincoln Phipps 2004-04-10 17:35:43 UTC
When in Task Edit Predecessor page and you have the predecessor task name then
when you edit this it has a pulldown of tasks in your project. As your task list
grows the list scrolls down below the visible screen boundary. It needs to limit
itself to a practical number of tasks and allow for vertical scroll bars.
Comment 1 Rodrigo Vieira Couto 2004-12-10 01:35:24 UTC
On version 0.11 this works.
Comment 2 Richard Hult 2005-02-20 18:49:05 UTC
I actually removed the feature altogether:

* src/planner-task-dialog.c: (task_dialog_pred_cell_edited),
(task_dialog_cell_type_hide_popup),
(task_dialog_setup_predecessor_list): Don't make the name editable
in the predecessor list. It's not very logical that editing the
name of a predecessor changes which predecessor is used. 

Coincidentally fixes this bug.