oxjs/source/UI/js
Will Thompson 3637b70244 Autocomplete: only replace input when a prefix matches (fixes #2753)
Previously, if the top match for "Smi" was "John Smith", the contents of
the field would be changed to "Smi[n Smith]" (where square brackets
indicate selection). On top of this, if you then type the fourth letter
("n"), the input becomes "Smin", which is not what you typed.

This preserves the "happy path" for replacing the field contents if
there is a prefix match, but without making the field unusable if
there's an infix match.
2016-03-02 17:08:45 +00:00
..
Audio remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Bar allow for squared-styled progress bars 2016-01-12 19:01:15 +05:30
Calendar remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Code remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Core Fix pending requests: depend on data not id. 2016-01-02 19:31:56 +05:30
Form Autocomplete: only replace input when a prefix matches (fixes #2753) 2016-03-02 17:08:45 +00:00
Image fix mouse zoom in imageview on linux 2015-10-22 11:33:37 +02:00
List whitespace 2016-01-13 14:56:13 +05:30
Map Ox.Map: remove terms reformatting 2015-10-30 10:51:53 +01:00
Menu fix Menu.checkItem with checked argument for groups and submenues 2015-04-16 20:02:36 +01:00
Panel some more support for squared style 2016-01-12 11:11:08 +05:30
Video Edits: fix doubleclick-to-scroll-to-top in list view 2016-01-21 12:54:25 +05:30
Window on drag/resize, don't wrap dialog in box 2015-02-12 09:44:47 +00:00