With the theme "Bootstrap" and "Leaflet", the exposed filter label "Boundary" is not displayed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zenimagine created an issue. See original summary.

ChristianAdamski’s picture

Status: Active » Closed (works as designed)

Unless there is a clear example why geolocation behaves wrong here, I assume this is bootstrap specifc.

ChristianAdamski’s picture

zenimagine’s picture

Adding this code to the style sheet solves the problem :

.form-item-field-personnel-localisation-boundary-geolocation-geocoder-google-geocoding-api .sr-only {
    position: relative;
    width: auto;
    height: auto;
}
zenimagine’s picture

Status: Closed (works as designed) » Postponed (maintainer needs more info)
ChristianAdamski’s picture

Component: User interface » Geolocation Field / Backend
Status: Postponed (maintainer needs more info) » Closed (won't fix)

Sounds project specific. I have a bootstrap based project coming up. If I face the same issue there, I will reopen this.