Closed GoogleCodeExporter closed 9 years ago
Original comment by cpw...@gmail.com
on 19 Mar 2013 at 5:54
An Autocompleter can be toggled in form.js.
Need to stop it from overwriting/filling/updating input elements when tabbing
away/past. Could replace with a custom implementation using ArrayMatcher.
Original comment by cpw...@gmail.com
on 19 Mar 2013 at 5:56
inputHandler.setPreventDefaultOnTab(true) doesn't seem to work.
Original comment by cpw...@gmail.com
on 19 Mar 2013 at 7:50
A possible solution: have a partly-hidden text input with autocompleter
somewhere else on the form (at the top?) and copy characters from the other
target inputs as they are typed.
Original comment by cpw...@gmail.com
on 20 Mar 2013 at 10:18
I like this idea- it seems far less invasive.
Or perhaps a separate field that lists all possible duplicates; and the list
shortens as you continue to type additional characters.
Original comment by v...@aarontitus.net
on 20 Mar 2013 at 4:01
New UI for this is now live on the testbed (version 161).
Note: it only works as fast as the sites/work orders are loaded! (issue 219)
Original comment by cpw...@gmail.com
on 25 Mar 2013 at 7:10
Comment 6: LOVE IT! I understand that it only works as fast as the sites/work
orders are loaded. Man, what an improvement.
And I really like the new warning. Is it possible to replace "To ignore this
warning, select the checkbox at the bottom of this form." with a button that
says "Ignore and Save," so that the person doesn't have to scroll all the way
to the bottom?
Original comment by v...@aarontitus.net
on 25 Mar 2013 at 7:31
Great. I've moved the second half of #7 back to issue 83.
Original comment by cpw...@gmail.com
on 25 Mar 2013 at 8:02
[deleted comment]
This is now live on production.
Main defect: it does the same search regardless of which field is typed in -
e.g. if you type "park" in address then "<Joe Parks> 1 Main Street" would match.
Original comment by cpw...@gmail.com
on 26 Mar 2013 at 12:49
Agreed that this is a minor defect. But it's a massive improvement. I'm
marking it done. Thanks.
Original comment by v...@aarontitus.net
on 26 Mar 2013 at 2:06
Original issue reported on code.google.com by
cpw...@gmail.com
on 19 Mar 2013 at 5:53