- Issue created by @ravi kant
- Status changed to Postponed: needs info
almost 2 years ago 1:34pm 27 December 2023 - 🇮🇹Italy afagioli Rome
Is this happening with every theme or Olivero specific?
- 🇮🇳India ravi kant Jaipur
@afagioli
I am getting same issue in Bootstrap5 → and Bootstrap Barrio →But working fine in Claro theme which is core theme.
- 🇮🇹Italy afagioli Rome
Thanks for confirming.
It works fine on most of D10.2 themes today -
afagioli →
committed 6daa262c on 1.0.x
implement more easepick packages for #3411027 debug
-
afagioli →
committed 6daa262c on 1.0.x
- Status changed to Closed: works as designed
almost 2 years ago 12:16pm 28 December 2023 - 🇮🇹Italy afagioli Rome
For an easier theme debug, implented remaining packages (Olivero fails only "bundle" but works with "core"+ "others")
- 🇪🇸Spain interdruper
This problem also appears with Bootstrap themes. The reason is explained here: https://github.com/easepick/easepick/issues/230
In my case, the solution applied in this issue (do not use 'bundle' package, but individual ones) has a drawback: LockPlugin fails if RangePlugin is also used (see https://github.com/easepick/easepick/issues/219).
Since it seems that the easepick library is not further maintained (see https://github.com/easepick/easepick/issues/276), my workaround has been to recompile the library renaming the .container class and use the bundle package from local). Hope it helps to someone with the same problem.
Other options for Drupal 11 would be to use the quite more complex module: https://www.drupal.org/project/daterangepickerwidget →
- 🇮🇹Italy afagioli Rome
#7 in interesting indeed.
Do you see something to do in this very drupal module? - 🇪🇸Spain interdruper
The only solution I imagine would be to add the modified easepick libraries inside the module. Later I will upload here a patch with the changes that I have made.