Modify ↓
#9533 closed enhancement (fixed)
Wrong behavior of autocomplete in text boxes
Reported by: | naoliv | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.04 |
Component: | Core | Version: | |
Keywords: | autocompletion | Cc: |
Description
Create two highways, one name "Street Foosomething" and another "St. Foo"
Double click to edit "St. Foo", remove the dot and type "reet" (to form "Street").
Now if the user press Enter he has a wrongly street named as "Street Foosomething" instead "Street Foo" (because the autocomplete wrongly completed the last part of the street name)
Attachments (0)
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 10 years ago
Keywords: | autocompletion added |
---|
comment:4 by , 10 years ago
Milestone: | → 15.04 |
---|
Note:
See TracTickets
for help on using tickets.
Can reproduce