[ckan-changes] [ckan/ckan] 89c51a: Show input field after select2 focus

Adrià Mercader noreply at github.com
Thu Aug 29 13:10:34 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 89c51ac6b5c6f3e2f0ac222450561adc3cda8d75
      https://github.com/ckan/ckan/commit/89c51ac6b5c6f3e2f0ac222450561adc3cda8d75
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
    M ckan/public/base/vendor/select2/select2.js

  Log Message:
  -----------
  Show input field after select2 focus

After select2 upgrade input field not always shown when autocomplete
field receives focus. This PR contains changes to source of select2,
that is not a best solution, but otherwise we need either to
update major version of select2(a lot of incompability issues for
extension) or monkey-patch select2.


  Commit: 11f64ea4d6dd38a35b1473b0cc6fddbf983c6418
      https://github.com/ckan/ckan/commit/11f64ea4d6dd38a35b1473b0cc6fddbf983c6418
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2019-08-29 (Thu, 29 Aug 2019)

  Changed paths:
    M ckan/public/base/vendor/select2/select2.js

  Log Message:
  -----------
  Merge pull request #4958 from DataShades/select2-search-box-focus

Show input field after select2 focus


Compare: https://github.com/ckan/ckan/compare/977fe0037439...11f64ea4d6dd


More information about the ckan-changes mailing list