Commit graph

38 commits

Author SHA1 Message Date
Allen Bargi 8b223ec328 closes #139 and #140 2011-08-03 07:32:14 +02:00
Patrick Filler 0812bc3d64 Highlight selected option in a single select on initial load.
Closes Gh-103
2011-08-01 16:14:13 -04:00
Allen Bargi 84452143ff added autocomplete='off' to input fields. closes #127 2011-08-01 19:42:36 +02:00
Patrick Filler 387177aec3 Update title / copyright details. 2011-07-31 13:24:28 -04:00
Patrick Filler 75b7546420 Move the location of select parser and update the build file. Move it below the Chosen JS in output. 2011-07-31 13:14:54 -04:00
Patrick Filler a8ae212634 Merge branch 'master' into build_system 2011-07-31 12:28:08 -04:00
Patrick Filler e10951b7a4 Fix issue caused by select IDs containing colons. 2011-07-31 12:08:34 -04:00
Allen Bargi bd5daff469 rtl support for prototype based chosen 2011-07-31 13:12:29 +02:00
Matthew Beale b793dd3a61 Use root for globals, not this 2011-07-29 10:49:25 +02:00
Matthew Beale 6f0f0bd4c3 Use npm modules for the build chain so we can concat multiple files for dependencies. Break SelectParser into it's own file. Commit updates to the actual Javascripts to reflect the new builds. 2011-07-29 10:42:34 +02:00
Allen Bargi 2a8bd04b93 using data-placeholder instead of title attribute 2011-07-28 22:33:24 +02:00
Matthew Beale 2013c524ca Should have been escape, no unescape 2011-07-27 12:11:24 -04:00
Matthew Beale b23391b66d Search using escaped html, show that when no results are found 2011-07-27 12:09:41 -04:00
Matthew Beale 6f1d74de8a Use innerhtml instead of text for definitive text 2011-07-27 10:42:03 -04:00
pfiller d399196f52 Fix issue with dotted ids.
Closes Gh-54
2011-07-26 15:10:16 -04:00
pfiller 49c7d2e0f6 Replace a reference to @container.id with @container_id 2011-07-26 14:27:44 -04:00
pfiller 2e7348d412 Prototype version no longer requires ID 2011-07-26 14:22:51 -04:00
Allen Bargi b1a0c7857f replaced href='#' with href='javascript:void(0)' which does not cause a jump on click 2011-07-21 16:55:39 +02:00
Patrick Filler db9fd24889 In standard dropdowns, you can hit Escape (on your keyboard) to cancel form entry and close the dropdown.
Gh-16
2011-07-20 12:38:34 -04:00
Patrick Filler e9e4b488cd Scale search field after building results. 2011-07-19 17:33:46 -04:00
Patrick Filler 5a1232532d Fix test for disabled elements. 2011-07-19 17:01:41 -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 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 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 d16cf5f3da Clear highlight on backspace. 2011-07-13 12:11:44 -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 2e42e3e95d Small clean-ups: Missing Semicolon, nonsense comment. 2011-07-05 14:58: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 a9552631b5 Updating search width for single chosen (should expand entire width of container). 2011-06-28 16:02:21 -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 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 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 adef3c6202 Cleaning up repository for showtime. 2011-06-22 18:12:06 -04:00
Renamed from chosen.proto.js (Browse further)