Features/GTK3/Porting/InfoSlicer: Difference between revisions
| Line 186: | Line 186: | ||
* After drag-n-drop an arrow is added inside the article (right side) that is being edited. This is not working due: https://bugzilla.gnome.org/show_bug.cgi?id=651962 | * After drag-n-drop an arrow is added inside the article (right side) that is being edited. This is not working due: https://bugzilla.gnome.org/show_bug.cgi?id=651962 | ||
** Line #641 (''infoslicer/processing/Article.py'') | ** Line #641 (''infoslicer/processing/Article.py'') | ||
** http://bugs.sugarlabs.org/ticket/3767 | |||
* On "Home View" under the ''Custom'' TreeView if I add some articles there I cannot move them up or down | * On "Home View" under the ''Custom'' TreeView if I add some articles there I cannot move them up or down | ||
** The same happens on the ''Wiki'' TreeView | ** The same happens on the ''Wiki'' TreeView | ||
** http://bugs.sugarlabs.org/ticket/3768 | |||
** ''TODO: This is not working because of the port to Gtk3. TreePath object does not support indexing'' | ** ''TODO: This is not working because of the port to Gtk3. TreePath object does not support indexing'' | ||
* Check boxes on "Home View" ''Custom'' TreeView don't show the tick after clicking (Is this related with the theme?) | * Check boxes on "Home View" ''Custom'' TreeView don't show the tick after clicking (Is this related with the theme?) | ||