Ticket #750 (closed defect: fixed)

Opened 3 years ago

Last modified 1 year ago

[PATCH] only_suggest on AutoCompleteField acts wrong when only 1 item autocompleted

Reported by: andy@groveronline.com Assigned to: anonymous
Priority: normal Milestone: 0.9a5
Component: Widgets Version: 0.9a4
Severity: normal Keywords:
Cc:

Description

Hi I'm using Firefox 1.06 (Linux) and TG 0.9a4. I have an AutoCompleteField and have set only_suggest to True. When I do this and there is only 1 item suggested, it will not let me arrow down and select it. (Maybe this has something to do with the selection starting on the second item when only_suggest is on and more than 1 selection available?)

Attachments

750.patch (1.1 kB) - added by roger.demetrescu on 04/26/06 20:04:09.

Change History

04/26/06 20:03:54 changed by roger.demetrescu

  • summary changed from only_suggest on AutoCompleteField acts wrong when only 1 item autocompleted to [PATCH] only_suggest on AutoCompleteField acts wrong when only 1 item autocompleted.

Hi Andy...

Would you mind try this patch ?

You were right about your suspicious... This patch should solve this problem.

Thanks for the report.

04/26/06 20:04:09 changed by roger.demetrescu

  • attachment 750.patch added.

04/26/06 23:31:01 changed by andy@groveronline.com

The patch works. Thanks, please apply!

04/28/06 20:55:21 changed by kevin

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 0.9a5.

will commit soon.