GNOME Bugzilla – Bug 139671
Task pulldown selector in Task Edit predecessor page does not scroll.
Last modified: 2005-02-20 18:49:05 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.
On version 0.11 this works.
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.