Account created on 6 January 2016, over 8 years ago
#

Recent comments

Hello,
It seems fixed now with the last version 4.0.0-alpha4

@lazzyvn,
Indeed Address 2.0 introduced line 3.
My question is th following.
This new "Line 3" does not seems to be managed by Address suggestion module. Is it something expected?

@cassien,
I tested with an Address widget.

  1. you are right my code is wrong
   $chart['#wrapper_attributes'] =  [
                                'id' =>'test-id',
                                'class'] =>'test-class',
                                ['custom-attribute'] =>'test-custom-attribute',
                              ];

But it seems that this is not working for other types of elements.
I am using them in a webform. So maybe it is related to webform.

Hello,
I have the same issue
After fixing several issues related to the below ticket (4 functions delcarations to be adjusted in Drupal\geolocation_address\Plugin\geolocation\DataProvider\AddressFieldProvider).
https://www.drupal.org/project/geolocation/issues/3388916 🐛 Declaration of Drupal\geolocation_address\Plugin\geolocation\DataProvider\AddressFieldProvider::create must be compatible with... Closed: duplicate
Now I have the below error

ArgumentCountError: Too few arguments to function Drupal\geolocation\DataProviderBase::__construct(), 4 passed in /var/www/vhosts/i.lgmed.fr/drupal/modules/contrib/geolocation/modules/geolocation_address/src/Plugin/geolocation/DataProvider/AddressFieldProvider.php on line 79 and exactly 6 expected in Drupal\geolocation\DataProviderBase->__construct() (line 34 of modules/contrib/geolocation/src/DataProviderBase.php). Drupal\geolocation_address\Plugin\geolocation\DataProvider\AddressFieldProvider->__construct() (Line: 102)
Drupal\geolocation_address\Plugin\geolocation\DataProvider\AddressFieldProvider::create() (Line: 21)
Drupal\Core\Plugin\Factory\ContainerFactory->createInstance() (Line: 83)
Drupal\Component\Plugin\PluginManagerBase->createInstance() (Line: 46)
Drupal\geolocation\DataProviderManager->getDataProviderByViewsField() (Line: 246)
Drupal\geolocation\Plugin\views\style\GeolocationStyleBase->buildOptionsForm() (Line: 158)
Drupal\geolocation\Plugin\views\style\CommonMap->buildOptionsForm() (Line: 1697)
Drupal\views\Plugin\views\display\DisplayPluginBase->buildOptionsForm() (Line: 140)
Drupal\views\Plugin\views\display\Attachment->buildOptionsForm() (Line: 74)
Drupal\views_ui\Form\Ajax\Display->buildForm()
call_user_func_array() (Line: 536)
Drupal\Core\Form\FormBuilder->retrieveForm() (Line: 283)
Drupal\Core\Form\FormBuilder->buildForm() (Line: 215)
Drupal\views_ui\Form\Ajax\ViewsFormBase->Drupal\views_ui\Form\Ajax\{closure}() (Line: 592)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 217)
Drupal\views_ui\Form\Ajax\ViewsFormBase->ajaxFormWrapper() (Line: 127)
Drupal\views_ui\Form\Ajax\ViewsFormBase->getForm() (Line: 46)
Drupal\views_ui\Form\Ajax\Display->getForm()
call_user_func_array() (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 592)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 44)
Drupal\redirect_after_login\RedirectMiddleware->handle() (Line: 58)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 704)
Drupal\Core\DrupalKernel->handle() (Line: 19)

I am using the geolacation field for users.
Within the field formatter it is required to set up the option 'fit locations'. This is not the default behavior
Otherwise, the display is as mentioned by sbbutkcin (centered in the middle of the sea).

I also have this issue.
I am using a single smart date field

  • format Smart date Formatter
  • timepart start and end
  • tisamrt date format : default

The browser console shows

Uncaught TypeError: Cannot read properties of null (reading 'getUTCFullYear')
    at B (main.min.js:6:4632)
    at e.startOf (main.min.js:6:62456)
    at d (main.min.js:6:69617)
    at e.buildRangeFromDuration (main.min.js:6:69815)
    at e.buildCurrentRangeInfo (main.min.js:6:68908)
    at e.build (main.min.js:6:68116)
    at main.min.js:6:72011
    at er (main.min.js:6:72235)
    at e.reduce (main.min.js:6:90654)
    at e.dispatch (main.min.js:6:89995)

same issue for me
ok in views preview (admin page).
ko when displayed within a classical page

Hello, is there any news ?
The issue seems still there.

Hello,
Any news about that?
Maybe the cleanest (and complex way) would be to look for an existing node type parameter.
This in order to avoid to add an extra dropdown list.

Within the Form /src/Form/OpenIDConnectClientFormBase.php, the logout url is also showing the language code within the path. Should not it be changed to?

Once drupal 10 upgrade is done, some files requires to be changed too
https://www.drupal.org/project/simple_responsive_table/issues/3373206 🐛 Drupal 10 compatible Javascript fix Needs review

Script proposed by @vensires worked fine for me.
Thanks.

adding jquery.once to the dependencies works for me on drupal 9.5x

Same issue for me fix drupal 9.5x
Adding the dependency fixed the issue.

#26 worked for me on 2X version
even if I had to apply it manually (my mistake?)

Changed to the views data export module as it is the cause of the issue finally

Hello,
First answer
I am using the bootstrap5 theme (added using composer) and the bootstrap_library (Version : 2.0.2) using a CDN.
If I disable the use of a CDN in bootstrap_library configuration page, the issue disapears.
As the issue comme from https://stackpath.bootstrapcdn.com/bootstrap/scss/_reboot.scss I guess this is the reason why not using a CDN is fixing the issue.

+1 for the patch
the conditions needs to be resaved and the cache cleared

Hello @Santosh_Verma
When Claro is enabled, the gear icons are not displayed.
The issue comes from https://stackpath.bootstrapcdn.com/bootstrap/scss/_reboot.scss

*::after {
box-sizing: border-box; // 1
}

In you case, does your drupal also uses this file _reboot.scss?

changed to drupal core as the project as move to drupal core

Same situation for me

Drupal 9.5.7

The issue comes from https://stackpath.bootstrapcdn.com/bootstrap/scss/_reboot.scss

*::after {
  box-sizing: border-box; // 1
}

Applied on
<div class="field-plugin-settings-edit-wrapper">.......</div>

Same for me with Bootstrap5 3.0.3.
The star indicating a mandatory field display after the label is invisible.

Production build 0.69.0 2024