I have just checked in a few improvement of the AutoCompleteField widget. All of these are of course backward compatible:
- Javascript code clean-up - no more "fly spot" when auto suggestions are empty - auto suggestion does not border directly to text field any more and has a subtle drop shadow, looks much better - on updated selection, cursor jumps to end of text - when you set search_param = '*', then all form fields are passed to the controller (not only the autocomplete text field) - you can suppress the spinner with show_spinner = False - the Javascript code treats the hidden field as optional, so you can reuse it for a simpler TextField based widget - added docs for all parameters If anybody is using the AutoCompleteField, let me know if you like it. Also, if you are using the CalendarDatePicker, please look at tickets #1323 and #1643. I'd like to fix these things, too. As a general question: Is it still ok to make such small improvements in the 1.0 branch (since some are not really bugfixes, but strictly speaking new features)? Of course, I have also ported these changes to the 1.1 branch (and this should really be mandatory from now on). -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

