1. 27 Nov, 2014 1 commit
    • Tyf0x's avatar
      ** Huge performance and usability improvements on SHIFT + click multi-selection ** · c1c3e173
      Tyf0x authored
      -> Now able to select/deselect ranges
      -> The range is based on the previously active checkbox. (i.e: the user clicks a checkbox no 1 then checkbox no 5. The interval will be [1,5].)
      -> The range new state (selected or deselected) depends on the last option clicked new value. Example: If the checkbox is Shift-clicked and becomes selected, the whole range will be too.
      -> Improved the range select speed tremendously by only notifying the select for the "change" event once the whole range finished changing and manually doing the selection or deselection.
      c1c3e173
  2. 25 Nov, 2014 1 commit
    • Tyf0x's avatar
      ** Fix for #431 ** · a5c1ab46
      Tyf0x authored
      -> See https://bugzilla.mozilla.org/show_bug.cgi?id=559506
      -> Removed the javascript:void(0) href for anchor elements in the multiselect dropdown
      -> Added a tabindex = 0 to keep the anchors focus-able
      -> Added code to remove any text selection when using shift+click
      -> Handles the checkbox selection manually when done using shift+click on its label
      a5c1ab46
  3. 01 Nov, 2014 4 commits
  4. 26 Oct, 2014 1 commit
  5. 25 Oct, 2014 1 commit
  6. 17 Oct, 2014 3 commits
  7. 16 Oct, 2014 4 commits
  8. 15 Oct, 2014 1 commit
  9. 14 Oct, 2014 4 commits
  10. 13 Oct, 2014 10 commits
  11. 09 Oct, 2014 9 commits
  12. 07 Oct, 2014 1 commit