Commit Graph

255 Commits (search_improvements)

Author SHA1 Message Date
Patrick Filler a3c9ea9a29 Cache the $(this.form_field) call for better performance. Thanks, pomeh. 2011-07-20 10:41:07 -04:00
Patrick Filler 54ac37ccf5 Update example text. 2011-07-20 10:32:58 -04:00
Patrick Filler e9e4b488cd Scale search field after building results. 2011-07-19 17:33:46 -04:00
Patrick Filler 92c5cdac99 Add examples for selected and deselected and describe default text behavior. 2011-07-19 17:33:17 -04:00
Patrick Filler 5a1232532d Fix test for disabled elements. 2011-07-19 17:01:41 -04:00
Adam Kittelson e8ac2bb71b use a closure to bind a function to this, Prototype function.bind doesn't work in jQuery, was causing an error when blurring a select in Safari 2011-07-19 13:45:58 -07:00
Patrick Filler 6247674d71 Don't allow group name clicks in jQuery version. 2011-07-19 15:59:08 -04:00
Patrick Filler 7a4c7439df Adding an option group example. 2011-07-19 15:56:33 -04:00
Patrick Filler f5967bd265 Update to use latest version of Select Parser (https://github.com/pfiller/Select-Parser). This fixes issues with group positioning. 2011-07-19 15:46:40 -04:00
Patrick Filler d0ef447dce Update minified versions with latest code. 2011-07-18 18:51:44 -04:00
Patrick Filler ed9e82a816 Yes! A second click on the dropdown arrow _should_ collapse the dropdown box.
Closes gh-1
2011-07-18 18:47:40 -04:00
Patrick Filler 137afacfd1 Update minified version of prototype chosen and add jquery version. 2011-07-15 18:13:58 -04:00
Patrick Filler 15a5366aad Fix some issues with parsing blank options. 2011-07-15 18:04:37 -04:00
Patrick Filler 7778ef0cb2 Update License Info 2011-07-13 15:42:57 -04:00
Patrick Filler 2f25f9e849 Prevent default link behavior on @selected_item 2011-07-13 15:37:41 -04:00
Patrick Filler d5b62668ca Fix position issue when using up and down arrows to navigate the results. 2011-07-13 15:33:10 -04:00
Patrick Filler ea87ad4df3 Make sure jquery version's update / change events are firing. 2011-07-13 15:09:29 -04:00
Patrick Filler e54e4730cd Remove unnecessary debug code. 2011-07-13 15:02:51 -04:00
Patrick Filler 2587c9c985 Fix some tabbing issues and unexpected fall through on keydown_checker 2011-07-13 15:01:53 -04:00
Patrick Filler 56dbefa500 Use jquery Val method and not .value 2011-07-13 14:31:59 -04:00
Patrick Filler 465eb61eb6 Fix arrow up/down behavior without relying on buggy intersect method. 2011-07-13 12:37:37 -04:00
Patrick Filler d16cf5f3da Clear highlight on backspace. 2011-07-13 12:11:44 -04:00
Patrick Filler b46227fc5f jQuery bug fixes 2011-07-13 12:07:26 -04:00
Patrick Filler 7f6874bfd0 Initial version of jQuery Chosen. Plenty of bugs at this point! 2011-07-12 19:11:54 -04:00
Patrick Filler e353d5d289 Fix problem with styles loop. 2011-07-12 14:16:36 -04:00
Patrick Filler 95a993ba8e Updating minified version to latest. 2011-07-08 16:54:34 -04:00
Patrick Filler a723721b65 Fix focus issues caused by bad indenting. 2011-07-08 16:52:18 -04:00
Patrick Filler fecd7e24a5 Re-factor Chosen into Coffescript 2011-07-08 16:30:32 -04:00
Patrick Filler f306899e6f Remove DS_Store from repository and add to gitignore 2011-07-08 15:36:35 -04:00
Patrick Filler 52192fe97f Merge branch 'master' of github.com:harvesthq/chosen 2011-07-05 14:58:30 -04:00
Patrick Filler 2e42e3e95d Small clean-ups: Missing Semicolon, nonsense comment. 2011-07-05 14:58:13 -04:00
Patrick Filler b19593ad6f Make sure the proper doctype is utilized in example.html 2011-06-29 09:56:13 -04:00
Patrick Filler d9196c71c4 Include search field border / padding when calculating desired width. 2011-06-28 18:15:59 -04:00
Patrick Filler c8b92c1769 Updating chosen minified to latest version of chosen. 2011-06-28 16:21:32 -04:00
Patrick Filler a9552631b5 Updating search width for single chosen (should expand entire width of container). 2011-06-28 16:02:21 -04:00
Patrick Filler 3d1a885257 Make sure all images come from the sprite. 2011-06-28 15:52:28 -04:00
Matthew Lettini 8869568150 blue chosen 2011-06-28 13:30:04 -04:00
Matthew Lettini f1513180d0 padding on multi 2011-06-27 18:32:13 -04:00
Matthew Lettini 9f6aa3b183 added some styles, made everything neutral gray (for now) 2011-06-27 18:30:10 -04:00
Patrick Filler 4f6db53bfa Handle some issues with updating a single select after initial build. 2011-06-27 13:57:00 -04:00
Patrick Filler 5621686072 Updating minified format to latest version. 2011-06-23 17:42:25 -04:00
Patrick Filler 133ac115a3 Don't winnow results after shift key press (especially nice for shift + tabbing through a form). 2011-06-23 17:37:50 -04:00
Patrick Filler a0193b8f09 Better tab handling. 2011-06-23 17:35:53 -04:00
Patrick Filler 82d607da45 Attempt to fix single select click issue. 2011-06-23 15:19:08 -04:00
Patrick Filler 9b52ef5ad5 Update to latest version of Chosen. 2011-06-23 12:46:22 -04:00
Patrick Filler 0beb74439e Remove some logging code. 2011-06-23 12:42:18 -04:00
Patrick Filler 55644cc96a Adding a minified version. 2011-06-23 12:18:36 -04:00
Patrick Filler c16c47f649 Add a Chosen example file. 2011-06-22 18:22:37 -04:00
Patrick Filler 10b034a724 update chosen readme. 2011-06-22 18:14:06 -04:00
Patrick Filler adef3c6202 Cleaning up repository for showtime. 2011-06-22 18:12:06 -04:00