From 9463b152c2007dab18e967fc2cf798bdd34cbc98 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 14 Mar 2010 08:21:22 +0000 Subject: [PATCH] note some bugs i found... to be fixed. at least i know them. :) (and have a test case). SVN revision: 47199 --- src/bin/test_entry.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/bin/test_entry.c b/src/bin/test_entry.c index 91ee211..6fe44da 100644 --- a/src/bin/test_entry.c +++ b/src/bin/test_entry.c @@ -1056,3 +1056,12 @@ test_entry3(void *data, Evas_Object *obj, void *event_info) evas_object_show(win); } #endif + +/* broken things right now that neex fixing: + * + * * select all then hit any key doesnt delete selection (which is all) (somethnig to do with end sel being at end of text) + * * end goes to end of line, but then when @ end, hitting home fails (cursor vanishes or goes to beginning of next line) + * * print selection doesnt reversemarkup properly liek print entry + * * cursor beginning/end doesnt trigger auto-scroll (no cursor changed signal) + * + */ -- 2.7.4