commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6218 - trunk/gnue-forms


From: reinhard
Subject: r6218 - trunk/gnue-forms
Date: Thu, 26 Aug 2004 11:05:58 -0500 (CDT)

Author: reinhard
Date: 2004-08-26 11:05:57 -0500 (Thu, 26 Aug 2004)
New Revision: 6218

Modified:
   trunk/gnue-forms/BUGS
Log:
Documented some bugs.


Modified: trunk/gnue-forms/BUGS
===================================================================
--- trunk/gnue-forms/BUGS       2004-08-26 15:37:34 UTC (rev 6217)
+++ trunk/gnue-forms/BUGS       2004-08-26 16:05:57 UTC (rev 6218)
@@ -1,17 +1,32 @@
+Really nasty:
+* calling clear() on a detail block (for example in a trigger) causes a new
+  detail recordset to be created that is not listed in the master's list of
+  cached detail recordset; so data entered into this recordset will never get
+  saved (probably calling clear() on a detail block should not be allowed at
+  all and raise an exception -- reinhard)
+
 select text with mouse and cut doesn't work
 
-dropdowns may be wierd
-  if empty and i click in and start typing
-  it lets me enter bad data instead of autofinding the first field
-  wxpython dropdowns don't allow you to go to next|prev record via up and down 
arrows
-
 tab key presses in dropdowns on Win32 are not correct with wx driver
 
 cursor placement went moving thru records is doing two refreshes.  Initialy
 it places the cursor at the front of the entry.  Then it correctly moves it
 to the end of the entry.
 
+Dropdown problems:
+* when a block is connected to the same datasource as the dropdown, the current
+  record in the block doesn't follow the selection in the dropdown; this makes
+  it impossible to display additional info for the selected item of a dropdown
+* for a similar reason, two dropdowns for the same field (e.g. one displaying
+  country codes and the other country names) don't automatically synchronize
+  correctly
+* if the list of allowed values for a dropdown contains an empty item (Python
+  None value), the text "None" is displayed in the dropdown
+* sometimes, setting the focus into a dropdown entry causes a wrong value to be
+  displayed, especially when the form was cleared before, or the user navigated
+  to another record.
 
+
 Curses UI driver
 ----------------
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]