Commit Graph

10 Commits

Author SHA1 Message Date
Jörn Zaefferer
ec44c24a50 Autocomplete: Simplify _create() method
Uses logical expressions in place of conditional expressions.

Closes #1490

(cherry picked from commit 4212d072a1)
2016-06-09 12:17:38 -04:00
Scott González
9ac18234e1 Autocomplete: Restore focus after clicking a menu item, if necessary
Fixes #9201
Closes gh-1470

(cherry picked from commit 581bfb55bf)
2016-06-09 12:17:16 -04:00
Scott González
2256eeda45 Core: Add methods to work around IE active element bugs
Closes gh-1478

(cherry picked from commit f33027840c)
2016-06-09 12:08:56 -04:00
Anne-Gaelle Colom
727a9151d2 Build: Remove dates from copyright notice
Closes gh-1403
(cherry picked from commit c89cb74893)
2015-02-09 11:54:31 -05:00
TJ VanToll
36e4bfd516 Autocomplete: Use $.trim instead of jQuery.trim for consistency
Fixes #10525
2014-08-08 08:47:25 -04:00
Yermo Lamers
930bc7df66 Autocomplete: ESCAPE should not change content of a MultiLine
Fixes #9790
Closes gh-1190
2014-07-24 17:00:55 -04:00
TJ VanToll
48001a8c46 Autocomplete: Search if the user retypes the same value
Fixes #7434
Closes gh-1238
2014-05-12 13:37:13 -04:00
TJ VanToll
83b3d67175 All: Updating copyright year to 2014 2014-01-28 22:25:02 -05:00
Yermo
605a20ef06 Autocomplete: Do not set value on multi-line input
This fixes an issue where contenteditable text was getting overwritten when
wrapping past the bottom or top of the autocomplete menu.

Fixes #9771
Closes gh-1184
2014-01-28 12:35:16 -05:00
Rafael Xavier de Souza
21154cfa2e All: Rename all files, removing the "jquery.ui." prefix;
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271;

Fixes #9464
Closes gh-1029
2014-01-24 18:22:49 -02:00