View Issue Details

IDProjectCategoryView StatusLast Update
0009343MMW v4Properties/Auto-Toolspublic2012-05-11 21:22
Reporterlowlander Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version4.0.5 
Target Version4.1 
Summary0009343: Auto-Complete fails to clear in some cases
DescriptionWhen typing in a field and pasting a character Auto-Complete will keep showing the auto-complete value even when value entered is different.
TagsNo tags attached.
Fixed in build

Relationships

related to 0008799 new Pasting existing DB value in empty field doesn't put cursor at end of pasted text 

Activities

rusty

2012-05-11 20:51

administrator   ~0031106

I think that the bug is that Auto-complete doesn't clear the completion value any time that an edit is attempted. e.g. anytime the cursor position changes from the position at which the auto-complete guess occurred, then the auto-complete guess should be removed.

lowlander

2012-05-11 21:22

developer   ~0031107

I'd personally like to see auto-complete not take place in the text field and instead in the drop-down. The chance of mis-edits is too big.

For example if you have a value of abcd in the database and paste ab you will end up with abcd. It is up to the user to notice the incorrect value. If only the drop-down was to be used this wouldn't happen. This would also allow to improve auto-complete to include similar values (for example accented and non-accented matching values) or even be able to show matching (not-from-beginning as current) values.