Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        TODO 


Log Message:
- more work on tab focus changing. it actually works now. there are a _lot_
  of issues with it, but if you run 'ewl_test entry' and hit tab it will jump
  from one entry to the next then to the buttons. shift-tab will go back.
  See the TODO list for a few issues.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/TODO,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- TODO        2 Dec 2005 03:03:55 -0000       1.45
+++ TODO        2 Dec 2005 06:19:04 -0000       1.46
@@ -28,6 +28,19 @@
        position your cursor one character _before_ the end of the line.
 - [BUG] The ewl_password entry needs to correctly deal with selections and
        mouse clicks.
+- [BUG] Tab focus dosen't correctly cycle to the start/end of the tab
+       widgets if you hit the end
+- [BUG] Buttons don't correctly react to a keypress. Currently just a
+       printf, should actually trigger the button pressed callback
+- [BUG] Widgets need a focused state in the edje so we can know where the
+       focus is
+- [BUG] Radio and check buttons should react to key presses and toggle as
+       needed
+- [BUG] How to deal with the scrollpane with the focus? Currently widgets
+       marked INTERNAL are ignored on the inital add. Should the scrollpane 
+       find itself in the tab list on SHOW and substitue the seekers instead?
+- [BUG] Menus will activate on tab, but it jumps to the submenu instead of
+       each menu item
 
 - Ability to attach arbitrary cursors to each widget. Attachment portion done,
   need to add cursor code.




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to